Count Property

Description

Returns a Long integer (read-only property) that specifies the count of Command objects in the Commands collection.

Syntax

agent.Characters ("CharacterID").Commands.Count

Remarks

Count includes only the number of Command objects you define in your Commands collection. Server or other client entries are not included.

--------------------------------------------------------