I have an array that looks like this:
students1 = Array(423.5482, 425.6641)
Now I would like to get the length of this array. However, if I try this:
MsgBox(students1.Length)
I get the error that an object is required. Any thoughs on how I can get the length?