Returns a Long integer (read-only property) that specifies the count of Command objects in the Commands collection.
agent.Characters ("CharacterID").Commands.Count
Count includes only the number of Command objects you define in your Commands collection. Server or other client entries are not included.
--------------------------------------------------------