D
Dennis
I have a string with commas & quotes in it. I need to be able to output that
to a flat-file, while maintaining the text intact. For example, the line:
testdata1 = "hello there","basketball"
is written out as:
testdata1 = "hello there"
"basketball"
I need the line to remain as it is, rather than being parsed into separate
records. I've tried Print #, Write #, and put #, all to no avail. Any ideas?
(BTW, please ignore the bad syntax in the example line; it's just for show.)
Access 2002.
Thanks!
to a flat-file, while maintaining the text intact. For example, the line:
testdata1 = "hello there","basketball"
is written out as:
testdata1 = "hello there"
"basketball"
I need the line to remain as it is, rather than being parsed into separate
records. I've tried Print #, Write #, and put #, all to no avail. Any ideas?
(BTW, please ignore the bad syntax in the example line; it's just for show.)
Access 2002.
Thanks!