[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
StackNew()
Creates a FIFO type stack
Syntax:
StackNew() -> aNewStack
Description:
Creates a empty FIFO type stack. Remember FIFO (First In First Out)
Return:
The created stack.
Example:
aStack := StackNew()
See Also:
StackHead()
StackPop()
StackPush()
StackEmpty()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson