Programming with Reflection
EvaluateRCLExpression method
Syntax Value = object.EvaluateRCLExpression(Expression, [Options])
Evaluates an RCL expression and returns the result of that evaluation.
Expression Argument type: String
Required
An RCL expression to evaluate.
Options Argument Type: Enumeration
Optional
Specifies additional, non-default behavior for the method. This method has only one option:
rcNoTranslation
Specifies that data should not be translated from the PC character set into the host character set.
Value Return type: String
The returned value is the contents of an RCL variable (such as v1 or v2) or of an RCL string function (such as $SERIAL or $DATE).
rcErrInvalidExpression The Expression argument is not a valid RCL expression.