Description
Instantiate a cDictionary variable.
Syntax
MyDictionary = New cDictionary(NumberOfKeys [, KeysToUCase])
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
NumberOfKeys |
Numeric |
No |
Max number of keys. |
KeysToUCase |
Numeric |
Yes |
If %TRUE, all keys will be considered case insensitive otherwise exact comparison will be performed when searching and during storing of key/data pairs |
Remarks
Restrictions
See also
Examples