VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple Array Class

by Morgan Haueisen (22 Submissions)
Category: Miscellaneous
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB’s ListBox functionality without the user interface). Don’t use a ListBox or a Collection to build an array just because they have built in functions that make them easier to use; both these choices are slow, require a lot of overhead and were designed to meet a specific need. (UPDATED: Added Property Get Text).

Rate Simple Array Class

Download Simple Array Class

Download Simple Array Class (5 KB)

Simple Array Class Comments

No comments have been posted about Simple Array Class. Why not be the first to post a comment about Simple Array Class.

Post your comment

Subject:
Message:
0/1000 characters