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.
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
%txt = "scalar factor=2"
logmsg %txtCode: Select all
logmsg {%txt}
Users browsing this forum: No registered users and 2 guests