Returns the number of keys, i.e. the number of rows, in the specified dictionary. See also Iterate through a dictionary.
int DictKeyCount(string dictionaryName)
dictionaryName |
The name of the dictionary. |
Example
ActiveLoopIndex() < DictKeyCount("City")
Returns true if the index returned from the ActiveLoopIndex() method is less than the number of keys in the dictionary "City".