I would like to create an auxiliary string %theta1 that I can use in other string operations, i.e.,
Code: Select all
%theta1 = "(exp(tau1))"
%theta4 = "2*{%theta1}"
Code: Select all
%theta4 = "2*(exp(tau1))"t
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
%theta1 = "(exp(tau1))"
%theta4 = "2*{%theta1}"
Code: Select all
%theta4 = "2*(exp(tau1))"Code: Select all
%theta4 = "2*" + %theta1 + ")"
Users browsing this forum: No registered users and 2 guests