Function CalculateStringExpression(expression: String) : String
Returns the result of the expression as a String.
This function parses an expression such as "My name is [name]" where name would be a VirtualVariable, and returns the result.
For more information on expression formatting, see Parser Logic and Maths.
You can also use ParserConstants
Example: