Home > Expression Operators > Miscellaneous Operators > #OVERRIDE

#OVERRIDE

Returns the value in the field (or component) in the left argument if it isn't missing, otherwise returns the value of the right argument.

Syntax:

number1 #OVERRIDE number2

Examples:

FRZNBEN #OVERRIDE 0 equals 0 if FRZNBEN returns #MV, otherwise returns FRZNBEN

BENEFIT_FLD #OVERRIDE BENEFIT_COMP equals the value of BENEFIT_COMP if BENEFIT_FLD returns #MV, otherwise returns the value of BENEFIT_FLD

See also:

#MV