Previous Page | Next Page

Annotate Dictionary

%POP Macro



Removes the coordinates (XLAST, YLAST) and (XLSTT, YLSTT) from the LIFO system stack and updates the internal coordinate pairs with these retrieved values.
Variables written out: FUNCTION
Internal variables updated: XLAST, YLAST, XLSTT, YLSTT
Prerequisite: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax
Details

Syntax

%POP;

Details

Use the %POP macro when you want to access the values of (XLAST, YLAST) and (XLSTT, YLSTT variables that you previously stored with the %PUSH Macro or function.

Previous Page | Next Page | Top of Page