SetSize Method
Description
This method sets the size (the number of items) of a string array.
Syntax
Visual Basic |
---|
Public Sub SetSize( _ ByVal NewSize As Long _ ) |
Parameters
- NewSize
Example
For an example, see the GetStringArray method in the PartProgram object.
See Also