Can someone help me, I'm trying to iterate through an array and perform a function for all items past point n, for this lets say point 3. So, for each item in my array at position 4+, trace 'hello'.
so in the above you can perform a function on all items in your array, but also running a check to perform a function on all items indexed at 4 and above
Last edited by midge; 08-06-2012 at 02:09 PM.
Reason: wasn't finished