IIF
Method Signature
IIF(condition=[boolean], expression1=[string], expression2=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Simple iIf Example
iIf( server.OS.NAME == "Bacon", de( "Running Bacon OS" ), de( "Not Running Bacon OS" ) );Simple Example using Ternary Operator Instead
Related
Last updated
Was this helpful?
