Thread
:
Visual Basic Problem with Chr(34)
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Visual Basic Problem with Chr(34)
Bernard,
The Write statement automatically quotes text output strings. Use
Print instead of Write.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"test" wrote in message
...
Hello,
When I write in a file with the command Chr (34) :
===========
txt = Chr (34)
write #1, txt
===========
I've got two double quote instead of only one ...
... like this :
""
Help.
Bernard
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson