|
-
Sep 17th, 2003, 02:59 PM
#1
Thread Starter
Junior Member
writing to a file
whenever i write to a file in vb it always puts the text into "quotes" and then writes it. how can i stop this?
-
Sep 17th, 2003, 02:59 PM
#2
So Unbanned
Use Put, dim the variable as a string.
-
Sep 17th, 2003, 03:17 PM
#3
Thread Starter
Junior Member
eh?
what do u mean? i have the data i want to write to a file in a variable and im going:
open "c:\blahblah.txt" for output as #1
write #1, info
close#1
and that writes the info to the file except it puts it inside quotes.
can u please give me an example of the puts thing?
thanks.
-
Sep 17th, 2003, 03:44 PM
#4
So Unbanned
-
Sep 19th, 2003, 09:54 AM
#5
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
|