Project ID | FD17E29641C6117580258994003AF3B0 |
Version | 3 |
Class ID | 84DF615B3829E8888025899F003B6575 |
Class Type | Derived |
Derived From | Collection |
Attributes |
add(source As Variant) As Long |
getNthElement(index As Long) As String |
New(comparator As Comparator, mustBeUnique As Boolean, isSorted As Boolean) |
Dim coll as New StringCollection(Nothing False, False)
Call coll.add("Hello")
Call coll.add("World")
Call coll.add(1) ' Will be added as "1"
Call coll.add(True) ' Will be added as "True"
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.