Is it possible to use _GUICtrlListView_FindInText on multiple coulmns? For example if a listview item is "item1|item2" and another item is "item1|item3" And a third one is "item2|item3" and I am trying to get the index of the "item1|item3" item, is that possible with jsut that function? If not, what happens if I search for "item1" and it gives me 2 results?
Thank you
reinhardt1julian