5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual

Dynamic Form Commands
55
Dynamic Form Special Command Definitions
The graphics carriage return, line feed, form feed, vertical tab, and universal
terminator commands are interpreted differently when used within the
Dynamic Form commands. These interpretations are described below.
(CR) Carriage Return (^-). Fills the remainder of the current dynamic field
with spaces. If this is the only input, the entire field is filled with spaces.
(LF) Line Feed (^*). Fills the remainder of the current dynamic field and all
remaining dynamic fields in the form with spaces. If this is the only input, the
entire field is filled with spaces. If used within a dynamic copy command, all
fields to the end of the current copy are filled with spaces. If used with a
dynamic repeat command, all remaining fields of all copies are filled with
spaces. Filling will not apply to bar code data.
(FF) Form Feed (^,). Performs the same function as LF, except for use within
a dynamic copy command. If used within a dynamic copy command, all fields
to the end of copy are filled with spaces, and all fields continue to fill with
spaces until the copy count is complete.
(VT) Vertical Tab (^+). Causes the remainder of the current dynamic field to
be ignored. No data will be printed in the current dynamic field if this is the
only input in the field.
(G) Universal Terminator (^G). Terminates the Dynamic Form function and
completes the current graphics command sequence.
Example Examples using the Dynamic Data command features are
provided following the discussion of each command.