|
| Conditional FunctionsMPL provides several functions you may use to expand text conditionally. | Function | Description |
|---|
| EXIT | Exits a REPEAT loop, a WHILE loop, or a user-defined function. | | IF | Evaluates an expression and, depending on the results, expands on set of text or another. | | REPEAT | Repeatedly expands text a specified number of times. | | WHILE | Repeatedly expands text while a specified expression is TRUE. |
|
|