Alansari Member Licensed User Longtime User Dec 16, 2018 #1 Hi Friends I have 3 txt files (a.txt, b.txt, c.txt) and I want to search for a word in these txt files such as word (love) and displayed in ListView so that the name of the txt file that contains this word please . what the code ?
Hi Friends I have 3 txt files (a.txt, b.txt, c.txt) and I want to search for a word in these txt files such as word (love) and displayed in ListView so that the name of the txt file that contains this word please . what the code ?
Erel B4X founder Staff member Licensed User Longtime User Dec 16, 2018 #2 Read the string with File.ReadString. Search for the text with String.Contains. Upvote 0
Alansari Member Licensed User Longtime User Dec 16, 2018 #3 Erel said: Read the string with File.ReadString. Search for the text with String.Contains. Click to expand... Ok . put the full code Upvote 0
Erel said: Read the string with File.ReadString. Search for the text with String.Contains. Click to expand... Ok . put the full code