JSONArray::GetElt (open)

Get the value from the specified index

Syntax

// Core function, no LOADLIB necessary

VARIANT FUNCTION GetElt(INTEGER idx)

Parameters

INTEGER idx

Index into the array

Return value

VARIANT

Value stored at this index, or an exception when the index is ouf of range