This method assigns a string value to one of the items in the array.
Visual Basic |
---|
Public Sub SetValue( _ ByVal ArrayPosition As Long, _ ByVal NewValue As String _ ) |
- ArrayPosition
- Defines the items position in the array to take the value.
- NewValue
- Defines the string value for the item in the array.
For an example, see the GetStringArray method in the PartProgram object.