I need to populate an array with the items a user has selected in a listbox.
Example: Listbox contains A, B, C, D, E
User selects B, D, E
create an array containing B, D, E
What method would I use to do this? I've found plenty of info for populating a listbox with the contents of an array, but not the other way around.
Thanks in advance for any help.