matonanjin
New Member
- Joined
- Jul 29, 2018
- Messages
- 11
Another newbie question from me. I did try and search but wasn't sure about search terms.
With a multidimensional array one might do something like:
Dim arrCartridges (1 to 8, 1 to 2) as String which, obviously, would dimension my array as a String.
But what if I want the 1 to 8 to be string format and the 1 to 2 to be integer (or long)? Do I use variant and just leave it as that? Or is there a way the first dimension as one format and the second a different format?
With a multidimensional array one might do something like:
Dim arrCartridges (1 to 8, 1 to 2) as String which, obviously, would dimension my array as a String.
But what if I want the 1 to 8 to be string format and the 1 to 2 to be integer (or long)? Do I use variant and just leave it as that? Or is there a way the first dimension as one format and the second a different format?