I am having some difficulty in using variables that I am declaring in a barcode statement using EPL (I have a zebra tlp 2844 printer).
Here is my code
N
q609
Q203,26
FK"GNLABEL"
FS"GNLABEL"
V00,3,N,"ENTER PROGRAM:"
V01,4,N,"ENTER YEAR:"
C0,6,N,+1,"-ENTER COUNTER VALUE:"
B10,10,0,3,1,3,50,B,**V00,V01"G"CO**
FE
FR"GNLABEL"
?
GNJ
2013
0
P1
When I send my file to the printer, I do not get a prompt for V00 or V01, and nothing prints out (just 1 blank label)