Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Re-Dim (*solved*)
#1
Boriel, can I use Dim in a SUB to reinitialise a global array?

DIM grid (3,3) as uByte

SUB reinitialiseGrid ()
DIM grid (3,3) as uByte => { {0,1,2,3}, {4,5,6,7}, {8,9,10,11}, {12,13,14,15} }
END SUB

Is that legal, or is it trying to make a local variable?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)