Re: truncate word

2004-09-20 Thread John W. Krahn
Gunnar Hjalmarsson wrote: John W. Krahn wrote: [EMAIL PROTECTED] wrote: I have a file which contains a number of instances of the word "FINAL". I need to truncate all the instances of this word and create an output string of the rest of the words in the same line in the file. Rest all lines not con

Re: truncate word

2004-09-20 Thread Gunnar Hjalmarsson
John W. Krahn wrote: [EMAIL PROTECTED] wrote: I have a file which contains a number of instances of the word "FINAL". I need to truncate all the instances of this word and create an output string of the rest of the words in the same line in the file. Rest all lines not containing the word are to be

Re: truncate word

2004-09-20 Thread John W. Krahn
[EMAIL PROTECTED] wrote: Hi Hello, I have a file which contains a number of instances of the word "FINAL". I need to truncate all the instances of this word and create an output string of the rest of the words in the same line in the file. Rest all lines not containing the word are to be ignored. F

Re: truncate word

2004-09-20 Thread Jeff 'japhy' Pinyan
On Sep 20, [EMAIL PROTECTED] said: >I have a file which contains a number of instances of the word "FINAL". >I need to truncate all the instances of this word and create an output >string of the rest of the words in the same line in the file. Rest all >lines not containing the word are to be ignor

truncate word

2004-09-20 Thread mk76
Hi I have a file which contains a number of instances of the word "FINAL". I need to truncate all the instances of this word and create an output string of the rest of the words in the same line in the file. Rest all lines not containing the word are to be ignored. For this I have written a code a