GetKeyCount

Description: Return a count of the number of keys stored by the given dictionary.
Returns: Numeric
Usage: Script or steady state.
Function Groups: Dictionary
Related to: ListKeys | GetNextKey
Format: GetKeyCount (Dictionary)
Parameters:  
Dictionary
Required. Any dictionary for which you wish to retrieve the key count.
Comments: Generally used in combination with ListKeys. The single parameter is required and must contain a dictionary, otherwise INVALID will be returned.