size()

The dictionary.size() function returns an integer that indicates the number of key/value entries that are in the dictionary.

Syntax

  dictionaryName.size( )
  returns (result INT)
dictionaryName
The name of a variable based on a Dictionary part.
result
The number of entries in the dictionary.

Feedback