clearglobaldictionaryvalues

The clearglobaldictionaryvalues statement clears (removes) all the keys and values from the specified global dictionary.


Parameters

No parameters.


Description

This statement clears (removes) all the keys and values from the specified global dictionary. After this statement, the global dictionary will be empty.

clearglobaldictionaryvalues "Order"

Note: If you want to delete not just the keys and values, but the entire global dictionary, use the deleteglobaldictionary statement.

See Global Dictionaries for an extended discussion of working with global dictionaries.


See Also


History

VersionStatusNotes
10.2NewNew in this version.