5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
78
Chapter 2 Command Codes
data
The form data. Enter any number of valid Graphics
or Extended Graphics command sequences.
(cc)] Ends the form and all contents. Enter the specific
SFCC for your Code V configuration followed by
the right bracket (]) to end the form.
Forms, Deleting Dynamic (Version II)
Purpose Deletes an existing dynamic form stored in memory under a
specified name.
Mode Graphics with an Extended Graphics Command selected
Format (cc) IFORM,D
name
(cc)G
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
IFORM,D The command to delete the form. Enter IFORM,D.
name
Represents the form name. Enter the form name
exactly as created in the IFORM,C command (page
77).
(cc)G Terminator. Enter the SFCC for your Code V
configuration immediately followed by G, the
universal terminator, or another valid Graphics
Mode command terminator to end the data.
Forms, Executing Dynamic (Version II)
This command operates similar to the Dynamic Form Commands described
beginning on page 54.
Purpose Executes an existing dynamic form stored in memory under a
specified name.
Mode Graphics with an Extended Graphics Command selected
Format (cc) IFORM,E
name
(cc)G
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
IFORM,E The command to execute the form. Enter
IFORM,E.
name
Represents the form name. Enter the form name
exactly as created in the IFORM,C command (page
77).
(cc)G Terminator. Enter the SFCC for your Code V
configuration immediately followed by G, the
universal terminator, or another valid Graphics
Mode command terminator to end the data.