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

Count Property
Stack Class

Public Property Get Count( _
    ) As Long

Returns the number of items in the Stack.

Example:
    Assuming
       Dim stkTemp As New Stack
       stkTemp.Push 12
    for example
       stkTemp.Count = 1
See also:
    IsEmpty Property
Return value: Property returns the number of items currently stored in the Stack.

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