Comma delimited data without quotations?

fishhead

New member
Joined
Dec 4, 2003
Messages
1
I am new to Visual Basic. I have used QuickBasic for many years and I am just now making the switch. I have Visual Basic.Net Standard version 2003.

My problem is this - I wish to write data to a file as comma delimited without quotation marks around each string.

I found that Print/PrintLine will save the data without quotes, but the format is Tab delimited.

Also, Write/WriteLine will save the data as comma delimited, but each string is surrounded by quotes.

Is there a way to save the file as comma delimited without the quotation marks?

Thanks for any help.
 
Back
Top