|
-
January 30th, 2003, 04:15 PM
#1
Simple question
I am writing to a text file some values wich are separated by ","
unfortunatly when The file is written the values are encolsed in "
this realy dose not help me, what could I do?
Data= 123,123
open "Data.csv" for ouput as #1
write #1, Data
close #1
the file contains
"123,123"
How do I get rid of the "
THanks
Santiago
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
|