seems I cant find an answer to this anywhere
I have an array
array=["id1" : "somedata", "id2" : "somedata2",....]
so I can index it with a special db id but what if I want to iterate (integer) through this array from a start position ?
for(i=5;i<10;i++)
array[i]... <= complains that index dont exist of course