CSet:Count


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

Syntax

nCount = CSet:Count()

where

    nCount is the number of members in the set. On failure, 0. is returned.

Example

Suppose a CSet assigned to S contains 5 strings. Then

     nStrings = S:Count()

returns the value nStrings = 5.

Related Topics

CSet class