Hi,
I need to set the text of a list by a value from an array.
The list and array has values of {a1,a2,a3}. When I compare text with a1 in Array and returns True then the list show select value as a1.
I'm able to get text from a given index but how do I get index from a given text?