I have a list -> 12,15,16,19,10,11,13 various text in this list (2000+) now i want to find it my.txt file in this list using one cmd without loop or for each..anyone have solution this?
Sample code -
dim x as string = io.file.readalltext("myfile.txt")
Button 1 click...
Dim result as string = x.index of (item1,item2)