VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simple Array Class

Morgan Haueisen  (22 Submissions)   Miscellaneous   Intermediate   Wed 3rd February 2021

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 (11(11 Vote))

Download Simple Array Class

Simple Array Class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters