Previous Page | Next Page

SAS Component Language Dictionary

POPLEGEND



Restores to the LEGEND window the last contents saved with the PUSHLEGEND routine
Category: Legend

Syntax
Details
See Also

Syntax

CALL POPLEGEND();


Details

POPLEGEND is useful if several entries in a CALL DISPLAY nested sequence have their own legends and you want to restore the original legend of each calling entry when a called entry ends.

If no legend contents have been saved, then this function is ignored.

To save the contents of the LEGEND window, use PUSHLEGEND.

For an example that includes POPLEGEND as well as other functions that manipulate a legend window, see LEGEND.


See Also

ENDLEGEND

LEGEND

PUSHLEGEND

PUTLEGEND

Previous Page | Next Page | Top of Page