removeAll()

The dictionary.removeAll() function removes all key/value entries in the dictionary, but has no effect on the properties of the dictionary.

Syntax

  dictionaryName.removeAll( )
dictionaryName
The name of a variable based on a Dictionary part.

Feedback