<< Fare clic per visualizzazione il sommario >> Percorso: Il linguaggio OEL > Funzioni > If |
Checked a condition, returns the first value associated, otherwise the second.
Function
If(Boolean test, Object truePart, Object falsePart)
Input parameters
Name |
Description |
Type |
Optional |
test |
Condition to be checked |
Boolean |
|
truePart |
First value |
Object |
|
falsePart |
Second value |
Object |
|
Return Value
Value |
Object |