greg kramer
New Member
- Joined
- Dec 13, 2009
- Messages
- 24
I know that you can select an item or preselect an item with the following syntax:
listbox.selected(1) = true
but how would one convert the 1 to text from another source so that it would work the same way
that is,
listbox.selected("word")=true
probably not formulating the question very well but any thoughts would be appreciated.
listbox.selected(1) = true
but how would one convert the 1 to text from another source so that it would work the same way
that is,
listbox.selected("word")=true
probably not formulating the question very well but any thoughts would be appreciated.