JSONArray.StringValueByIndex Method
Reads or writes String value in the array by index.

StringValueByIndex(
index
as Integer)
as String

StringValueByIndex(
index
as Integer
assigns value
as String)
Parameters
- index
- The index of the element to read or write (zero based).
- value (assignment parameter)
- The value to assign.
Returns
- String
- The read value or empty string if out of bounds.
Remarks
See Also
JSONArray Class