Indexes Previous Next
o Property Count( | ) As long (Read Only) |
Dim NumberOfStrings As long NumberOfStrings = MyList.Count
o Sub Append( | CATBSTR | iBSTR) |
Dim MyList As PspListOfBSTRs MyList.Append("MyString")
o Func Item( | long | iIndex) As CATBSTR |
Dim MyStr As String Dim MyList As PspListOfBSTRs MyStr = PspListOfBSTRs.Item(3)
o Sub RemoveByIndex( | long | iIndex) |
Dim MyList As PspListOfBSTRs MyList.Remove(2)
Copyright © 2006, Dassault Systèmes. All rights reserved.