When I use this command...
WriteLine(1, strText)
In the text file I created, the line is encloses with Quotation marks. How can I make it not include the Quotes?
Thanks
Printable View
When I use this command...
WriteLine(1, strText)
In the text file I created, the line is encloses with Quotation marks. How can I make it not include the Quotes?
Thanks
mid(1, mystring.lenght -2)
Thanks but I got it.
If you use WriteLine you get a line of text enclosed in Quotes.
If you use PrintLine you get a line of text without the quotes.