Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: moreth
  • Content: Threads
  • Order by date
  1. moreth

    How cai i filter a .log lile

    I wanna filter a .log file and get only the lines that have the word 'commands' on it. I´m using the folowing script: procedure TForm1.Button2Click(Sender: TObject); begin AssignFile(arq,filelist.FileName); Reset(arq); While not EOF(arq) do begin readln(arq, rec); i :=...
  2. moreth

    How can i read a text file line by line and test all lines for strings

    I have a .log file and i want to get only the lines that have the word "commands" on it. Thanks Rodrigo Moreth

Part and Inventory Search

Back
Top