MOVE Function

Moves the drawing pointer to a specific location without drawing a line.
Updates: XLAST, YLAST

Syntax

FUNCTION='MOVE';

Associated Variables

GROUP=group-value
MIDPOINT=midpoint-value
SUBGROUP=subgroup-value
specify coordinates for HBAR and VBAR charts from the GCHART procedure. Use these variables only with the data coordinate systems 1, 2, 7, and 8.
WHEN='B' | 'A'
specifies when to perform the move in relation to other procedure output. See also WHEN Variable.
X=horizontal-coordinate
Y=vertical-coordinate
Z=depth-coordinate (PROC G3D only)
XC='character-type-horizontal-coordinate'
YC='character-type-vertical-coordinate'
specify the coordinates to which the pen is to be moved. The Z variable can be used with the G3D procedure only.
XSYS='coordinate-system'
specifies the coordinate system for the X or XC variable. Use the XC variable only with XSYS='2'. See XSYS Variable for an explanation of coordinate-system.
YSYS='coordinate-system'
specifies the coordinate system for the Y or YC variable. Use the YC variable only with YSYS='2'. See YSYS Variable for an explanation of coordinate-system.
ZSYS='coordinate-system'
specifies the coordinate system for the Z variable. See ZSYS Variable for an explanation of coordinate-system.

Details

Use MOVE to prepare for a DRAW command, a BAR command, or programming functions.