I want to run a process on every member of an array
For n = 0 to ArraySize(array())
If such and such
do groovey things
Next
I can't find any GetArraySize function though. Is there any? Or can I use a 'If index not out of array bounds' method? Or do I need to add *another* Global constant?!
For n = 0 to ArraySize(array())
If such and such
do groovey things
Next
I can't find any GetArraySize function though. Is there any? Or can I use a 'If index not out of array bounds' method? Or do I need to add *another* Global constant?!