| Reference > Rule Languages > Business Action Language > BAL Constructs > set <variable> to <value> |
set <variable> to <value> |
PREVIOUS NEXT |
Changes the value of a ruleset parameter or ruleset variable in the actions of a rule.
set <variable> to <value>;
The variable can be set to a literal value, an expression, or a list.
The following action changes the value of a ruleset parameter to the age of a customer.
then set param1 to the age of the customer;
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |