Avatar of nvenho
nvenho

asked on 

Different lines from a ListBox to different variables

Hello!
I'm wondering how I can get the contents of a ListBox to a variable? There can be several lines in the listbox. It would also be ok to have every line stored in different variables. The lines are put into the ListBox with a TextBox and a button. When the button is pushed the contents of the TextBox is moved to the Listbox. Every time the button is pushed a new line is added.
Visual Basic Classic

Avatar of undefined
Last Comment
nvenho

8/22/2022 - Mon