StringArray.Item Method (console safe)
Use this setter/getter function to read or write to a item in the array.

Item(
n
as Integer)
as String

Item(
n
as Integer
assigns value
as String)
Parameters
- n
- Use this parameter to specify which item to read from or write to.
- value (assignment parameter)
- The string to assign when using the setter function.
Returns
- String
- The requested string when using the getter function.
Remarks
StringArray is 0 based, that is the first string is number 0.
See Also
StringArray Class