Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21965

[RESOLVED] array lbound ubound

$
0
0
I have question,

I known how to check myArr(x)
Lbound(myArr)and Uboubd(myArr), result: 0, 2 "mean 0 To 2"


but I want to check array(y) mean that "0 To 1", any method, please

please!


Code:

................x......y
ReDim myArr(0 To 2, 0 To 1)

myArr(0, 0) = "00"
myArr(0, 1) = "01"
myArr(1, 0) = "10"
myArr(1, 1) = "11"
myArr(2, 0) = "20"
myArr(2, 1) = "21"


Viewing all articles
Browse latest Browse all 21965

Trending Articles



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