Using easy print mode – Datamax-O'Neil microFlash 2te Quick Reference Programming Guide User Manual
Page 23
Using Easy Print Mode
19
Datamax-O’Neil Quick Reference Programming
COLOFFSET x
Format
COLOFFSET x
Function
Will shift the entire image to the right by x dots if x is positive or to the
left by x dots if x is negative (regardless of value, any given field cannot
shift left beyond zero and the resulting image is undefined). The default
value is zero.
LEFT — Will use the value specified in COL (@ROW,COL:...) as the left
hand edge of the field. This is the default value.
CENTER — Will center the field at the value given for the COl (e.g. 1/2 of
the image will be printed to the LEFT of the value given for COL and 1/2 of
the image will be printed to the RIGHT of the value given for COL. If the
resulting field will start to the left of the origin, the results are undefined.
RIGHT — Will use the value specified in COL as the right hand edge of the
field. If the resulting field will start to the left of the origin, the results are
undefined.
The column can be given an explicit dot column number:
++ — will cause the field to start at the next available dot column after
the previous field ends.
+x — will cause the field to start at x dot rows past the start of the
previous field.
COLx (0<=x<=9) — will use the value given for the variable name
COLx in the global parameter.
Example