String in String
Posted: Fri Jul 15, 2016 7:08 am
Hey,
I was wondering if it is possible to use a string do define another string. I thought of something like this:
However, it obviously does not work.
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}"