Re: make changes to a file, then reading in those changes. . .

2003-10-07 Thread Rob Dixon
Hi Trina. Trina Espinoza wrote: > I have a file that I want to run multiple actions on. First, the file is > read in as one long string. I want to > substitute some words with others so I run a substitution. That seems to > change the data in the first > while, HOWEVER, when I run the second while

Re: make changes to a file, then reading in those changes. . .

2003-10-07 Thread Sudarshan Raghavan
Trina Espinoza wrote: > I have a file that I want to run multiple actions on. First, the file is > read in as one long string. I want to > substitute some words with others so I run a substitution. That seems to > change the data in the first > while, HOWEVER, when I run the second while loop on t

make changes to a file, then reading in those changes. . .

2003-10-06 Thread Trina Espinoza
I have a file that I want to run multiple actions on. First, the file is read in as one long string. I want to substitute some words with others so I run a substitution. That seems to change the data in the first while, HOWEVER, when I run the second while loop on the same data to parse my newly