Search for first occurrence of word in text file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ameesha
    New Member
    • Jan 2008
    • 7

    Search for first occurrence of word in text file

    hi all..
    Can any one help me..
    i am asked to develop a software in which one option is to search the first occurence of a particular word within a text file..and save the word and preceeding fields to another file.
    Please help me...........
  • Simonius
    New Member
    • Feb 2008
    • 47

    #2
    What's the problem?
    You just need to check if the word's in the file, check where the last letter of that word is and write all character untill the last letter to another file.

    Comment

    • hsn
      New Member
      • Sep 2007
      • 237

      #3
      find the word by using find function and then start printing from that position until EOF

      Comment

      Working...