I was wondering if it is possible to use a string do define another string. I thought of something like this:
Code: Select all
string a="1 2"
string b="3 4"
string c="{%a}"+"{%b}"
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
string a="1 2"
string b="3 4"
string c="{%a}"+"{%b}"
Code: Select all
string c = %a + %b
Users browsing this forum: No registered users and 2 guests