Chapter 7 — Commands
ESim for the PC4 and PF8 Printer Programmer’s Reference Manual 73
Example:
FS“formname”
........
FE
FI - Print Form Information
Purpose: This command makes the printer produce a list of all forms
stored in memory.
Syntax: FI
Remarks: The FI command is executed directly without appending a
Linefeed.
Issue a FI command after storing a form to make sure the storing
was successful and to check the amount of free form memory.
FK - Delete Form
Purpose: This command is used to delete a specified form or all forms
from memory.
Syntax: FK“name”|“*”
.
Example 1:
To delete a form named FORM1, enter the command below:
FK“FORM1”
Example 2:
To delete all forms, enter the command below:
FL“*”
FR - Retrieve Form
Purpose: This command is used to retrieve a form that was previously
stored in memory.
FK Command Parameter Descriptions
Parameter Description
“name” The named form is deleted from memory.
“*” If an asterisk (*) is entered as a wildcard instead of
a name, all forms are deleted from memory.