H
HLong
I have an array defined as Dim cLengths() as long. How
could I test to see if the array is not empty. When I try
For I=0 to Ubound(cLengths)
.......
Next I
It gives me an error if it is empty.
could I test to see if the array is not empty. When I try
For I=0 to Ubound(cLengths)
.......
Next I
It gives me an error if it is empty.