StringArray.Operator_Subscript Method (console safe)
Implements operator to write to the array with the ( ) indexer operator.

Operator_Subscript(
index
as Integer,
assigns value
as String)
Parameters
- index
- Use this parameter to specify which item to or write to.
- value (assign parameter)
- The value to set
Remarks
See Also
StringArray Class