array

W

Wayne Morgan

It depends on what you mean by "contained". If you want non-null values in
the array, you'll have to step through the array and check each value. If
you just want to know the extent of the array, check the UBound and LBound
statements. These will give you the upper bound and lower bound (index) of
the array.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top