|
default
| Format:
default ( value, value, ... ) |
Purpose:
Evaluates the operands from left to right and returns
the first one which is declared and not null.
Return Values:
Returns null if all operands are null or not declared, otherwise the value
which is declared and not null.
Example:
| heitml input: | resulting output:
|
| <? default (null,5,7)> | 5 |
| <? default (null,ff.x.y.z,null) "Nn"> | null |
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|