Set Objects
These are instanciable objects created by dimensioning an
object variable of type 'set', eg.:
DIM s AS set
A set is a collection of values (either numeric or string).
The properties and methods of the set object are as follows:
AddArray(<array-specifying-string>[,<terminating-value>])
Difference(<another-set>)
Distinct
Elements()
Elements.Add(<value>[,<count>])
Elements.Clear()
Elements.Count
Elements.Remove(<value>[,<count>])
Elements.Parent, Elements.Tag and Elements.Type also exist.
GetCount(<value>)
Intersect(<another-set>)
Name
Parent
Tag
Type
TotalCount
Unite(<another-set>)
For more information about Set Objects, see the online help
and the example programs.
|