| Author |
What is the listIndex?
|
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
|
|
|
If I have a particular string that I know is one of the values of a select list how can I use this string to find the list item index so I can use it in a remove command?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You can try this: or loop through the options, look at the text or value and get the index that way. Eric
|
 |
 |
|
|
subject: What is the listIndex?
|
|
|