Public Property Get Items( _ ) As Variant()
Assuming Dim htTemp As New HashTable htTemp.Add "SubName", 23 htTemp.Add "FunctionName", 24 Dim avarTemp() As Variant for example avarTemp = htTemp.Items leaves avarTemp(1) = 23 avarTemp(2) = 24See also:
Keys Property KeysAndItems Property Item Propertyv1.5 Addition: This property is new to version 1.5 of Entisoft Tools.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.