63
UBI EasyCoder 71 – Programming
TEXT & BAR CODE COMMANDS, cont'd.
B
Place Bar Code, cont'd.
Continued!
"DATA" can be replaced by or combined with below commands:
Variable:
Vnn
nn= 2 digit number from 00 to 29. Places variable Vnn
entry in this position in this field.
Consecutive Number Counter:
Cn
n = One digit number from 0 to 9. Places counter Cn entry
in this position in this field.
or...
Cn
±
b
n = One digit number from 0 to 9. Places counter Cn entry
in this position in this field.
b = One digit number from 0 to 9. teps up the counter's start
value with the value b.
Enter + to increment or - to decrement.
Example:
When labels with consecutive numbers are printed next to
each other across the web, it is done by using a single
counter in one form.
The command Cn
±
b in our example will be used twice
and count up the single counter by one (1) in each position.
Set the Form Step Value
±
d to +3 for the counter Cn used
in our example.
The Form Step value is explained in “Consecutive Num-
bering Commands” (Ca,b,c,
±
d,"prompt").
Cn
Cn+1
Cn+2