STACK CLEAR
STACK CLEAR clears the contents of each of the stacks listed, so that each stack has no rows. This sets the FocCount variable to zero (0) and the FocIndex variable to one (1) for each stack.
Use the STACK CLEAR Command
The syntax of the STACK CLEAR command is
STACK CLEAR stacklist [;]
where:
stacklist
Specifies the stacks to be initialized. Stack names are separated by blanks.
;
Terminates the command. Although the semicolon is optional, including it to allow for flexible syntax and better processing is recommended. For more information about the benefits of including the semicolon, see Terminating Command Syntax.