Click to See Complete Forum and Search --> : Obtaining Array Length


gangelo
July 9th, 2002, 09:13 AM
I cannot find anything on MSDN on how to get the length of an array? I have an array returned from a Split() function and I thought I could use myarray.length, but it does not work. I do not want to have to perform a loop to count the array size - how do I do it?

Thank you

gangelo
July 9th, 2002, 09:44 AM
Answered my own question - UBound()