-
I declared an array Public, because a bunch of forms are going to be using it.
Code:
Public Arr1() as String
Anyhow, I'm running a for loop, and redimensioning it:
Code:
redim preserve arr(1,1,Counter)
However, whenever I get the counter up one, it gives me 'Subscript out of range'.
Any help?
Thanks!
-
I don't think you are able to ReDim Public arrays :(
-
Hehe, I figured it out :P
I redim'ed the array before adding +1 to the counter :)
*smacks himself*
Thanks though, and you CAN redim public arrays :)
-
HerculesMO - "Take that crptcblade" *smack*
crptcblade - :(
hehehe...sorry 'bout that, somebody told me before that you couldn't...:rolleyes:
-
Hehe, no problemo thanks for the help.