December 31st, 1999, 12:33 AM
How do I open a file for reading and writing ? I want first open a file for reading a word and then for writing to replace the read word with some other word.
Thanks
Thanks
|
Click to See Complete Forum and Search --> : Find and Replace December 31st, 1999, 12:33 AM How do I open a file for reading and writing ? I want first open a file for reading a word and then for writing to replace the read word with some other word. Thanks Weasel February 9th, 2000, 08:13 AM something like: Open "c:\joe.txt" For Random As Binary codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |