|
-
Nov 25th, 2021, 02:20 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Loading a listbox
I want to load a listbox with data that is provided as a single string. The listbox should display a two column list with a 10character ID number as column 1 and a variable character length name as Column 2.
The string of data would appear as ";VNXXXXXXXXVendorName;VNXXXXXXXXVendorName;...;"
I suppose that I could turn the string into an array and work it like that (I have not yet tried to do that), but I thinking that it would be better if I could work the listbox with the data as it already exists.
I have been looking for a means to do this but have, so far, come up with Butkus. Can anyone provide an assist or reference for how this would be done?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|