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