Hi,
Is possible to dump the "coll" content from a index number to another, not from the start to finish ?
if have coll with my stored index + value...that go from 0 to 128 i can like: from 64 to 128 ?
I try puting a float and a counter that do 64 - 128 and works but i want that this range could be variable, 64-128 or 0 - 64 or 0 - 16 etc.
Thanks