|
PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
|
MATRIX Array Level: 1
The CHOOSE array is used to execute multiple conditional tests.
XML example:
<WHEN test="expression">
| Attributes | ||
|---|---|---|
| TEST | Assign a condition that is evaluated during code execution. If the result evaluates to True, the following elements will be processed. | |
<OTHERWISE>
| Attributes | ||
|---|---|---|
| No arguments. OTHERWISE is executed only if all previous WHEN elements evaluated: FALSE | ||
Second Choice Passed!