JSONArray::Slice (open)

Returns a shallow copy of a portion of the array, selected start to end (end not included)

Syntax

// Core function, no LOADLIB necessary

OBJECT FUNCTION Slice(INTEGER startidx, INTEGER endidx)

Parameters

INTEGER startidx
INTEGER endidx

Return value

OBJECT
Possible objecttypes:

New array with the selected elements