![]()  | 
CSet:Count
The Count method returns the number of images in the CSet.
| 
 number = CSet:Count()  | 
    number is the number of members in the set.
    On failure,
this method returns 0.
Suppose a CSet assigned to S contains 5 strings. Then
nStrings = S:Count()
returns the value nStrings = 5.