Programming with Reflection

image\rwnprg32.gif EvaluateRCLExpression method

 

Syntax Value = object.EvaluateRCLExpression(Expression, [Options])

 

Description

Evaluates an RCL expression and returns the result of that evaluation.

Arguments

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.

Return

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).

Errors

rcErrInvalidExpression The Expression argument is not a valid RCL expression.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command