search in list

  1. Mrphone

    Android Question Search the list

    Hello everyone :D I have a text (.txt) file that I will convert to a list using the following command 👇 Dim data as list data.Initialize data = File.ReadList(File.DirAssets,"Number.txt") How can I search in this list ??! And put the result back on the list
Top