getIndexRange

gets ids of items in the specified index range

array getIndexRange(id from,id to);
fromidthe start index of a range
toidthe end index of a range
arrayan array of ids in the specified index range
See also
Back to top