|
-
Feb 9th, 2000, 06:15 AM
#1
Thread Starter
New Member
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("MElog.txt", True)
a.writeline ("blah blah blah")
Using the above format, is it possible to open and write to another text file while the other file is still open? Or is the first file closed when the second text file is opened?
Can an existing text file be opened and edited? If so, can you point me in the right direction for help?
Thanks, I appreciate any respons.
Dan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|