SetVar - method of the PmExpr object
Description:
Adds one variable into the object.
Syntax:
Empty SetVar(Variant Name, Variant Value)
Parameters:
Name | (Variant) Name of added variable (case sensitive text) |
Value | (Variant) Value of added variable |
---|
Note:
This method is also functional in
Web panels.
This method adds one variable in the form of "name and value" into the
PmExpr object.
The method can be called multiple times over the same object - thus adding multiple variables into the object.
The names of added variables can then be used in the expression that is inserted into the object by the
SetExpr method. The
Eval method then evaluates the expression by filling in the value of the variable in the expression in the place of the variable name.