34 ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 7—Commands
is example illustrates how fixed text, variable text, counters,
time and date can be used in text fields in the Form Edit Mode:
↵
FK"TEST1"↵
FS"TEST1"↵
V00,25,l,"Product name"↵
C0,4,L,+1,"Start serial No"↵
A50,50,0,4,1,1,N,"COMPANY NAME"↵
A50,100,0,3,1,1,N,"Product: "V00↵
A50,150,0,3,1,1,N,"Serial No: "C0↵
A50,200,0,3,1,1,N,"Expiry date: "TD+05↵
A50,250,0,3,1,1,N,"Packed :"TD"_"TT↵
FE↵
Combination of several options can also be used in a single text
field:
A50,300,0,3,2,2,R,"Deluxe"V01C1"Combo"→
→TDV01TT↵
:Writes the text “Deluxe” + the contents of variable 01 + the
contents of counter 2 + the text “Combo” + the current date +
the contents of variable 01 + by the current time