Einhugur JSON Plugin III for Xojo

JSONArray.Int32ValueByIndex Method

Gets or sets Int32 value by given index.

Int32ValueByIndex(
   index as Integer) as Int32

Int32ValueByIndex(
   index as Integer
   assigns value as Int32)

Parameters

index
The index of the value to get or set.
value (assignment parameter)
The value to set when using the setter.

Returns

Int32
The returned value when using the getter. If index is not found then default is returned which is 0 for int32.

Remarks

See Also

JSONArray Class