Iff Function
ImagingUtility

If Condition is True then TruePart is retured, otherwise FalsePart is returned.

Pascal
function Iff(Condition: Boolean; 
             TruePart: Char; 
             FalsePart: Char): Char; overload;
File

ImagingUtility (at line 222)

Related Information
You are here: Symbol Reference > Functions > Iff Function (Boolean, Char, Char)