Visual Basic Lists
In Visual Basic, lists are very similar to Arrays. A list contains a group of separate data all contained in one place. The type of data that can be stored within a list can be any type of variant.
- Read more about Visual Basic Lists
- Log in or register to post comments
- 222 views