by ElementK Journals on Visual Basic Read Comments Rate this resource Viewed 24259 times Rating: 98 users 4.43 out of 5 Next > Dynamic arrays are great tools for creating a collection of values on the fly. However, you may have run into trouble when trying to determine if the array contains any items. The UBound() function provides one way to tell if it does. However, if the array doesn't officially exist yet--that is, you haven't redimensioned it with even a single item--then this...
http://www.developerfusion.com/show/1136/