I would like to save a variable value in another variable.
What script I work on does:
Code: Select all
Set Variable TMP to
MyPlugin (get result into variable TMP) // TMP = 25 after that
Set Variable INSTALLED_VERSION to $TMP$ // INSTALLED_VERSION = TM" instead 25
I know variable TMP is a horrible name, but this is what I got to work with, so bear with me
Either way I am confused if It is even possible to assign this way. Documentation doesn't say it would be illegal, but it is not working while compiling...
So can I achieve this somehow?