Documentation

getIndexRange

gets ids of items in the specified index range

array getIndexRange(id from,id to);

Parameters

fromidthe start index of a range
toidthe end index of a range

Returns

arrayan array of ids in the specified index range

See also

Back to top