Einhugur JSON Plugin III for Xojo

JSONArray.Int64ValueByIndex Method

Gets or sets Int64 value by given index.

Int64ValueByIndex(
   index as Integer) as Int64

Int64ValueByIndex(
   index as Integer
   assigns value as Int64)

Parameters

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

Returns

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

Remarks

See Also

JSONArray Class