Folks,
I declared an array, allowing a maximum of 50 elements:
Dim myArray(50) As String
But I don't always use the entire 50 elements. Sometimes, I may only load it up with 15 elements or some other random number of elements.
Is there a way to determine the number of elements in the array?
:sign0085: -Sterling
I declared an array, allowing a maximum of 50 elements:
Dim myArray(50) As String
But I don't always use the entire 50 elements. Sometimes, I may only load it up with 15 elements or some other random number of elements.
Is there a way to determine the number of elements in the array?
:sign0085: -Sterling