Why Can't I do this?
Select MapArray[x,y].frame
case 1 to 10
dostuff!
===========
Do I have to code it the long way by providing a case for each frame.
ie.
case 1
dostuff
case 2
do stuff
????
[edit] Yeah, I had to do it the long way. :)
Select MapArray[x,y].frame
case 1 to 10
dostuff!
===========
Do I have to code it the long way by providing a case for each frame.
ie.
case 1
dostuff
case 2
do stuff
????
[edit] Yeah, I had to do it the long way. :)