I am trying to change a value in an array when the user selects a name a from a list or combo box. Also, I want the highlighted item to be displayed in a Label for the current selection. After all the names are selected from the boxes than I going to write those to a file or table. It sounds real simple and it probably is, but I am having a brain fart.
lblName - label
lstName - name of listbox
arrName (1, lstName) - array to hold item for list box
Thank you.
lblName - label
lstName - name of listbox
arrName (1, lstName) - array to hold item for list box
Thank you.
Comment