Skip to main content

Test to see if an array is empty

I just posted a snippet that will test to see if an array is empty and return TRUE or FALSE.  If you Dim an array such as DIM myArray() as string you haven't initialized it yet, if you test to see if anything is in it IDEA will raise an error.  The snippets tests for the error and returns a true or false.

The website encountered an unexpected error. Try again later.