Hi,
I'm trying to write the following line into a text file:
<start>=test this "testthis"
the problem is that, when I try to write the ", vb thinks I'm ending the line I want to write...
I was using print:
Print #iFileNo, "<start>=te st this "testthis""
I'm trying to write the following line into a text file:
<start>=test this "testthis"
the problem is that, when I try to write the ", vb thinks I'm ending the line I want to write...
I was using print:
Print #iFileNo, "<start>=te st this "testthis""
Comment