by Kenny M (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
Load a files contents into an combo box then sort the unsplit lines of text in the combo box then Split the lines and add to proper place... Great for things used to keep track of names with info about the name... Check out this example!
Inputs
1. date.txt
Input the date in the file by using EX:
NAME|COMMENTS
NAME2|COMMENTS2
Assumes
You can use the code in the ZIP if i get credit also, you will need to create a combo box named arrayed with sort setr to TRUE!
Code Returns
A sorted list of text with access to data the goes with the sorted text.
Side Effects
Non