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?