<-- Previous || Up || Next -->

Remove All Sub
Stack Class

Public Sub RemoveAll()

Remove all of the items from the Stack.

Example:
    Assuming
       stkTemp.Count = 123
    for example
       stkTemp.RemoveAll
    leaves
       stkTemp.IsEmpty = True
       stkTemp.Count = 0
See also:
    Drop Function
    Remove Function
    Pop Function
    Class_Initialize Subroutine
Note: Similar to Drop(Count)

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.