I have a multi column listbox that reads values from a table. I want to select multiple values from the listbox and write them to an array. I have the InterActiveChange;
FOR I = 1 to THIS.ListCount
IF THIS.Selected(I)
list_count = list_count + 1
* add new row to existing array...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.