How do you get the last number of a array?
so I could do this

Dim Array() as string
Dim lastnum as integer

lastnum = lstarr(array())

debug.print array(lastnum)

and it would print the last string
in the array

Thanks!