Need Change in FILE - not just in string
Well, off course I thought about this solution myself
May I didn't make myself clear enough: I don't need a certain string from a file and then take it and change it for some use. I need the string IN THE FILE to be changed!
Replace will just change the string I took with Line Input, but it won;t change the tet in the file itself - and that is
what needs to be done. I guess I need to work with get and put, but the question is how. My problem is not finding and changing the string, but having it replaced/written in the file itself.
alain