Writing to CSV Files

  • Thread starter Thread starter OhWhite
  • Start date Start date
O

OhWhite

Does anybody know of code to write the contents of VB.NET text boxes to
a CSV File but without the quotes?

Kind Regards,
Boulent
 
hi OhWh,
can you post a piece of Text that u want to write in the CSV file?
so that one can get idea what r u trying to write in the CSV file
 
Normally it write no quotes if you do this in its most simple form (Central
& West European Culture)

dim string as myfile = textbox1.text & ";" & textbox2.text

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top