Here is an example of one RM rule where I need to assign one string variable with another:
For the numeric/decimal variables there is simple variable assignment function from
another variable. This does not exist for the string variables.
My work around is to set a string variable to something (XYZ in the above case) and
than use a replace string function. This is not a big deal but a bit annoying.
I wonder why simple "assign variable from another variable" does not exist?
Is it simply missing or for whatever reason is impossible?