CSet:Count


The Count method returns the number of images in the CSet.

Syntax

number = CSet:Count()

bullet.gif    number is the number of members in the set.

bullet.gif    On failure, this method returns 0.

Example

Suppose a CSet assigned to S contains 5 strings. Then

     nStrings = S:Count()

returns the value nStrings = 5.

Related Topics

CSet


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.