davesmith202
Employee of Access World
- Local time
- Today, 21:47
- Joined
- Jul 20, 2001
- Messages
- 522
I want to create an array where I know there is 4 units of data on one dimension but an unspecified on the other.
Can I do this?
e.g. dim myarray(0,4) and then just use myarray(1,4)="test" - would that come up with an error?
Thanks,
Dave
Can I do this?
e.g. dim myarray(0,4) and then just use myarray(1,4)="test" - would that come up with an error?
Thanks,
Dave