Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Quotes From String when exporting to txt file 1

Status
Not open for further replies.

4321z

Programmer
Oct 21, 2003
45
GB
Hi,

I'm trying to export some fields to a text file as a string and the data is getting "" around it in the text file can i stop this from happening?
 
You need to use the Print statement to write the lines to the file. The Write statement puts quotes around string fields.

Tranman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top