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

Remove All Sub
Symbol Table Class

Public Sub RemoveAll()

Remove all of the definitions from the Symbol Table and reinitialize it.

Example:
    Assuming
       Dim stTemp As New SymbolTable
       stTemp.Add "FunctionName", 23
       stTemp.Add "PropertyName", 24
    for example
       stTemp.RemoveAll
    leaves
       stTemp.Count = 0
See also:
    Remove Function
    Class_Initialize Subroutine

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