Local File=ReadFile("твой файл.txt") Local what_need$="Джигурда" While Not Eof(File) Local l$=ReadLine(File) If Instr(l, what_need$, 1)>0 Then RuntimeError what_need+" was found!" Wend