IsMissing
Since 3.6
Boolean = IsMissing ( OptionalArgument )
Returns
TRUE
if an optional argument is missing and has taken its default value, or
FALSE
if it has been specified.
Using IsMissing introduces a little overhead: it makes the current function use one stack slot to store which argument is present and which is not.
See also