Previous Page | Next Page

Annotate Dictionary

%MOVE Macro



Moves to the (x, y) coordinate.
Variables written out: FUNCTION, X, Y
Internal variables updated: XLAST, YLAST
Prerequisite: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax

Syntax

%MOVE (x, y);

x, y

specify new coordinates for the next annotation. Values can be numeric coordinates, numeric constants, or numeric variables. For details, see the Annotate X Variable.

Previous Page | Next Page | Top of Page