alexkeel79
MIS
I am trying to figure out whether or not an array has a value. I thought I could do this buy taking using the ubound function but if the array has nothing in it I get an error with the ubound function. Then I thought I could use the isArray() function but since I declare my array as a dynamic array it returns true. Any ideas on how I can figure out whether or not the array has any values?