AddRuleExpression method: ExpressionBlock class

Syntax

AddRuleExpression(&Expr)

Description

Use the AddRuleExpression method to add an expression to the expression block and the rule. Use the classes in the RuleExpression subpackage to create the expression specified by &Expr.

Note:

As the rule string is generated, the system adds a ";" after each RuleExpression, except the last.

Parameters

Parameter Description

&Expr

Specify the rule expression that you want added to the expression block.

Returns

None.