a == empty ? b : c


Checks if the Empty Flag of a is set. If yes, b is returned, c otherwise.

Description of Parameters

Parameter

Description

a

Value to be checked.

b

Value to be returned if the Empty Flag is set.

c

Value to be returned if the Empty Flag is not set.

Example

Parameter a

Empty Flag

Parameter b

Parameter c

Result

123

false

Values does not exist

Value exists

Value exists

10.12.2017

true

Invalid date

Date is valid

Invalid date