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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kiker99

  1. kiker99

    Parsing Lines based on keyword

    here's my solution (did it for personal training) perhaps a bit ineffective cause lines are read in multiple times. #!/usr/bin/rexx i=1 success=0 do while lines("logic.txt")>0 line=linein("logic.txt",i,1) if find(line,"logic")>0 then do success=1...

Part and Inventory Search

Back
Top