logmsg quote suppression
Posted: Wed Mar 26, 2014 7:52 am
Hello,
When I run the code:
The ouput is:
"scalar factor=2"
on the log (i.e., including the quotation marks).
Is there a way to suppress the quotations from the logged string?
Thanks.
When I run the code:
Code: Select all
%txt = "scalar factor=2"
logmsg %txt"scalar factor=2"
on the log (i.e., including the quotation marks).
Is there a way to suppress the quotations from the logged string?
Thanks.