PSUIVERSON
Technical User
I am attempting to use a variable and find it within a list box that has been populated already and then delete it based on the variable value.
All I found so far is
listBox.RemoveItem n
* The problem with this is that I want to remove the item based on the ListBox.text value AND not the INDEX Value.
So for example I would get the variable then I would attempt to search for that value in the entire list box set of values and DELETE It out.
How can I do this?
Thanks
All I found so far is
listBox.RemoveItem n
* The problem with this is that I want to remove the item based on the ListBox.text value AND not the INDEX Value.
So for example I would get the variable then I would attempt to search for that value in the entire list box set of values and DELETE It out.
How can I do this?
Thanks