|
-
January 15th, 1999, 05:40 PM
#1
write str to file
Hi: there
Here is code for writing string to file:
Dim fileFile As Integer
fileFile = FreeFile
Open strFile For Output As fileFile
Write #fileFile, "this is String"
Close fileFile
problem is that in the txt file, it will have 'quote' with the string, it's annoying, how can we make this not happen?
thanks
-
January 18th, 1999, 04:37 AM
#2
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
|