47
UBI EasyCoder 71 – Programming
CLEAR & DELETE COMMANDS
N
Clear Image Buffer
Used for:
Direct Mode
Syntax:
N
The image buffer is a bit image buffer used for the active label form.
The N command will clear this buffer. When using the “Print
Directly” method, it is strongly recommended to clear the image
buffer between each new label.
Example:
N
↵
Used for:
Direct Mode
Syntax:
FK"Filename"
Erase label form named within the quotation marks.
Example:
FK"TEST"
↵
Used for:
Direct Mode
Syntax:
GK"Filename"
Erase graphic file named within the quotation marks.
Example:
GK"UBI"
↵
Used for:
Direct Mode
Syntax:
FK"*"
Erase all label forms.
Example:
FK"*"
↵
Used for:
Direct Mode
Syntax:
GK"*"
Delete all graphics from memory.
Example:
GK"*"
↵
GK "*"
Delete All Graphics
FK "*"
Delete All Forms
GK"Filename"
Delete Graphic
FK "Filename"
Delete Form