Hey all
I am currently storing the items of this array as a variable. thats cool, but what I want to do
is remove the b so I get 1 2 3 4 5 6 7 8 9 10
instead of b1 b2 b3 b4 etc.
buttonArray = [Enter_me.b1, Enter_me.b2, Enter_me.b3, Enter_me.b4, Enter_me.b5, Enter_me.
is that possible??