Intermec EasyCoder C4 – Programmer’s Guide Ed. 3 93
Chapter 7 Commands
Example
This example shows how the fi eld justifi cation works in variable fi elds:
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 justifi ed" ↵
A50,100,0,3,1,1,N,"TEXT"V01":Right justifi ed" ↵
A50,150,0,3,1,1,N,"TEXT"V02":Center justifi ed" ↵
A50,200,0,3,1,1,N,"TEXT"V03":No justifi cation" ↵
FE ↵
Refer to the ? command for continuation of this example!
V – Defi ne Variable, cont.