Public Sub Add( _ ByVal vName As Variant _ , ByVal vValue As Variant _ )
Assuming Dim stTemp As New SymbolTable for example stTemp.Add "FunctionName", 23 stTemp.Add "FunctionName", 24 leaves stTemp.Count = 2See also:
AddOrUpdate Subroutine Update Function Lookup FunctionvName: The string or numeric identifier associated with the value vValue.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.