IsMissing function [Runtime] /text/sbasic/shared/03104000.xhp Sun Microsystems, Inc. converted from old format - fpe
IsMissing function IsMissing function [Runtime] Tests if a function is called with an optional parameter.
See also: Optional Syntax: IsMissing( ArgumentName ) Parameters: ArgumentName: the name of an optional argument. If the IsMissing function is called by the ArgumentName, then True is returned. See also Examples.