I've seen a post about "For Each (random)" before.
But what if you would like to do a For Each on a given number list (that has no pattern).
E.g.
For Each [1,4,12,15]?
So that first loop would run events for #1.. next for #4, next #12 and so on.. in that order.
Hm.. I got a feeling I may have just answered my question while writing this. But it seems like it would have to involve doing something with a for each from 1 to 4, and then calling in a function passing the numbers one-by-one as parameters. Any thoughts/tips/ideas/advice? Perhaps a more straight forward approach? Thanks!