GeekArticles
Microsoft
Visual Basic
Microsoft
Visual BasicDetermining the size of a VB dynamic array
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...n
Sponsored Links
Related Topics
Subscribe via RSS
Visual Basic
- VB Editions - Visual Basic
- Creating an HTML File List with VB
- Visual Basic Programming For Windows CE
- Create a GUI for an FTP Client with VB.NET
- Introduction to OOP in VB.NET
- Discovering Visual Basic .NET: Repeating Code
- Visual Basic Business Objects - A Primer
- Debugging in Visual Basic .NET
- Tutorials: Discover Visual Basic
- Polymorphism in VB - Introduction
