User`s guide
STANDARD PRINTER COMMANDS
Copyright © 2006, Cognitive. 21
AREA_CLEAR
Function Clears an area of a label for replotting. AREA_CLEAR
may be used in a normal label format, or with the !+
header mode to combine ASCII and graphics.
Explicit Form
AREA_CLEAR x y w h
Implicit Form
AR x y w h
x
Upper left X coordinate of the cleared area
y
Upper left Y coordinate of the cleared area
w
Width of the cleared area
Parameters
h
Height of the cleared area
See also Header line
Example
! 0 100 560 1
PITCH 200
JUSTIFY CENTER
ULTRA_FONT A100 (20,3,0) 425 20 COGNITIVE
AREA_CLEAR 288 55 260 27
STRING 18X23 310 60 PRINTERS
END