So I believe this is quite easily done and obvious, I just can see how it works at the moment.
I have an array. And I want to get info from item 1 in that array, then when a function is run, switch to item 2, next time, item 3, and so forth. Preferably jumping back to 1 when the end is reached if that is possible.
I have seen the segment on iterating through dynamic arrays on the UDN, but I can't quite see how it works or if I even can use it for this.
What would I need for something like this?
I just need to know how to get info from a specific index in the array basically, and how to continously iterate to the next, rather than hardcoding it all, the rest I can handle myself, I believe.



Reply With Quote



Bookmarks