02-05-2024, 06:51 PM
(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 + ...