Hi Folks,
I'm writing data from my app to text file but it inserts "quotes" all
over the place and this is not what I want (might be working with a html
file).

Is there any way to stop this?

Cheers

J

Re: Writing text file problem by Jay

Jay
Wed Dec 08 09:21:06 CST 2004

JB wrote:
> Hi Folks,
> I'm writing data from my app to text file but it inserts "quotes" all
> over the place and this is not what I want (might be working with a
> html file).
>
> Is there any way to stop this?
>
> Cheers
>
> J

It sounds like you're using the Write # statement, which is intended to
write standard comma-separated variable (CSV) format. If you use the Print #
statement instead, you won't get the automatic quoting of strings. But there
are other differences in the way they work, so do some reading about these
statements in the online help and check Google for samples.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org