XPRINT SET POS statement

Purpose

Retrieve the last point referenced (POS) by an XPRINT statement.

Syntax

XPRINT SET POS [STEP] (x!, y!)

Remarks

XPRINT SET POS allows you to set the last point referenced (POS) by XPRINT statements.  If the STEP option is included, the x! and y! coordinates are relative to the prior POS.  The coordinate points are specified in pixels (or world coordinates, if those were defined with an XPRINT SCALE statement). If executed without a host printer attached, error 57 is generated.

See also

XPRINT ATTACH, XPRINT GET POS