StringSet Methods |
Exists(S as String) as Boolean |
Returns True if string specified by S exists in set. |
Add(S as String) as Integer |
Adds new string to set, specified by S. Returns index of added string. |
Delete(Index as Integer) |
Removes string specified by Index from set. |
Clear |
Removes all strings from set. |