ifunk Function
ifunk(value, alternate)
The
ifunk
function tests the result of an expression (
value
) for
null
or
unknown
. It returns
value
if it is
not
null
or
unknown
. If
value
is
null
or
unknown
,
ifunk
returns the value of the second expression (
alternate
).
Copyright © 1996 FFE Software All Rights Reserved WorldWide