I want to select list item of index 3 from this list which is “C”. How to do that?
/Boban
1 Like
I know that but I want to ignore the 2nd text block which is index 2 in the variable. I want to access first index of the list. I can do that but again I want to find index 3 from index 1.
I just want to access the list which has ABCD and select index 3 in it which is “C”
As you are using list of list
/Boban
1 Like
Ohh thank you
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.