Sample 2.25 X 1.25 EPL Label
N q457 Q280,32,-16 X10,10,2,432,280 A12,15,0,2,1,1,R,”<COMPANY.NAME,C >” A100,50,0,4,2,2,N,”<PRICE.0>” A20,110,0,3,1,1,N,”<DESCRIPTION>” B30,150,0,1,2,7,70,B,”<PART,-1>” P1
The above EPL Code will produce the following label:
Blank line {must be there}
N {erase image}
q457 {label width 2.25 inches (2.25 * 203)}
Q280,32,-16 {Label height}
X10,10,2,432,280 {draw a box}
A12,15,0,2,1,1,R,“<COMPANY.NAME,C >” {Print Company Name in reverse}
A100,50,0,4,2,2,N,“<PRICE.0>” {Print Price}
A20,110,0,3,1,1,N,“<DESCRIPTION>” {Print Description}
B30,150,0,1,2,7,70,B,“<PART,-1>” {Print Bar Code}
P1 {print one label}