StringArray Object Members
Public Methods
GetSize | This method queries an array of strings and returns the size of the array (the number of items contained in the array). |
GetValue | This method returns the value of one of the items contained in the string array. |
SetSize | This method sets the size (the number of items) of a string array. |
SetValue | This method assigns a string value to one of the items in the array. |
See Also