PMRP
201
PMRP — in Path, Move to Relative Position
Format
PMRP x-coordinate, y-coordinate;
Parameters
x-coordinate, y-coordinate:
coordinates as measured from the current cursor position
Function
The PMRP command moves the cursor from its current position to a specified relative
position in a path construction, measured in the unit value designated by the UNIT
command.
The coordinates may be positive or negative.
File
!R! RES; UNIT C;
NEWP;
PMZP 5, 5;
PDRP 5, 0, 0, 5, -5, 0, 0, -5; GPAT .2; FILL 1;
PMRP 4, 4;
PDRP 5, 0, 0, 5, -5, 0, 0, -5; GPAT .8; FILL 1;
PAGE;
EXIT;