Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 15475

Explanation of bi-dimensional Arrays ... Please!

$
0
0
It is possible to create a two-dimensional array variable, without declaring the number of the two variables to be used, i.e .(?):


Private AA As Long
Private BB As Long

Private CC As Long

Private double(5000, 5000) As Long
Private single(5000) As Long


but I want:


Private double(AA, BB) As Long
Private single(CC) As Long


Visual Basic ask Constant ...

Viewing all articles
Browse latest Browse all 15475

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>