Help with EPL command (Eltron Programming Language)
Posted
by DanSogaard
on Stack Overflow
See other posts from Stack Overflow
or by DanSogaard
Published on 2010-03-18T14:09:32Z
Indexed on
2010/03/18
14:11 UTC
Read the original article
Hit count: 463
zebra-printers
|epl
I'm trying to print string that contains new line, but the result read \n as a space, so instead of getting result like this:
DR DC DD
I get this:
DR DC DD
Thats the code am sending:
A253,26,0,3,1,1,N,"DR\nDC\nDD"
© Stack Overflow or respective owner