N
Nancy
I have a list that I'm allowing the user to select multiple resources. I
know that listindex will bring back the number of the row. And I understand
how to use the selected(i) = true statement so you can figure out which ones
are selected. But that only tells me the number. how do I get the actualy
"name" per say for that index that is select. So if it's index 3 and 6 that
are selected, I want to know the text value of 3 and 6.
Thanks
know that listindex will bring back the number of the row. And I understand
how to use the selected(i) = true statement so you can figure out which ones
are selected. But that only tells me the number. how do I get the actualy
"name" per say for that index that is select. So if it's index 3 and 6 that
are selected, I want to know the text value of 3 and 6.
Thanks