Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quesiton on Dimensioning an Array
#2
(02-05-2024, 04:30 PM)Dimster Wrote: Where I have 3 different arrays with the following Dimensions

Dim Array1(1 To 0)
Dim Array2(1 To 1)
Dim Array3(0 To 1)

Is that middle Array2 the same as Dim Array2(0) or would it be the same as Dim Array2(1)? 
Thanks

No and No

try this, take lbound and ubound for each array up there and see the difference!
b = b + ...
Reply


Messages In This Thread
Quesiton on Dimensioning an Array - by Dimster - 02-05-2024, 04:30 PM
RE: Quesiton on Dimensioning an Array - by bplus - 02-05-2024, 06:51 PM



Users browsing this thread: 1 Guest(s)