Rule Builder > Technical Rule Language Reference > Tokens for the Action Part of a Rule > if (...) else |
if (...) else |
PREVIOUS NEXT |
The if (...) else
token allows you to execute one of two statement blocks. When you click if (...) else
, the following code is displayed:
THEN
if <enter a value>
else
The if (...) else
token is composed of the two subtokens given in Table 24.14:
<enter a value> | Insert a value. The value must be an expression that returns an object or value. |
| Add a nested action. You can select any action except the timeout action.
|
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |