Re: [Tutor] word replace

2009-08-30 Thread Alan Gauld
"j booth" wrote I have been experiencing such difficulty with something that should be easy-- pretty new to programming.. Need to: (1) open a text file (2) iterate through it word by word And here lies the first problem. Programming languages in general don't know much about words(*) (or p

[Tutor] word replace

2009-08-30 Thread j booth
Hello, I have been experiencing such difficulty with something that should be easy-- pretty new to programming.. Need to: (1) open a text file (2) iterate through it word by word (3) replace each word with an alternative word and close the file. **I don't know what the alternative word will be b