Have you noticed that if you do the len() function on a filled array or if you do an ubound() function on an empty array you get errors?

How do I work around this?

thanks