11
ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter —Commands
Example
This example shows how the field justification works in variable
fields:
FK"TEST7"
↵
FS"TEST7"
↵
V00,10,L,"Variable 00"
↵
V01,10,R,"Variable 01"
↵
V02,10,C,"Variable 02"
↵
V03,10,N,"Variable 03"
↵
A50,50,0,3,1,1,N,"TEXT"V00":Left justified"
↵
A50,100,0,3,1,1,N,"TEXT"V01":Right justified"
↵
A50,150,0,3,1,1,N,"TEXT"V02":Center justified"
↵
A50,200,0,3,1,1,N,"TEXT"V03":No justification"
↵
FE
↵
Refer to the
?
command for continuation of this example!