All Frameworks Object Hierarchy This Framework Indexes Previous Next
o Property Count( | ) As long (Read Only) |
NumberOfStrings = MyList.Count
o Sub Append( | CATBSTR | iBSTR) |
Dim MyList As SchListOfBSTRs MyList.Append("MyString")
o Func Item( | long | iIndex) As CATBSTR |
Dim MyStr As String Dim MyList As SchListOfBSTRs Set MyStr = SchListOfBSTRs.Item(2)
o Sub RemoveByIndex( | long | iIndex) |
Dim MyList As SchListOfBSTRs MyList.Remove(1)
Copyright © 2003, Dassault Systèmes. All rights reserved.