arcburn
11-30-2005, 06:05 PM
is there any way to print a string to a text file without the "" quotation marks around the text?
i.e. if i do this
testtext = createfile "c:\\testtext.txt"
aa = "I don't want these quotation marks around my printed text!!!"
print aa to:testtext
the text file gives me
"I don't want these quotation marks around my printed text!!!"
I want it to read
I don't want these quotation marks around my printed text!!!
i.e. if i do this
testtext = createfile "c:\\testtext.txt"
aa = "I don't want these quotation marks around my printed text!!!"
print aa to:testtext
the text file gives me
"I don't want these quotation marks around my printed text!!!"
I want it to read
I don't want these quotation marks around my printed text!!!
