IsError Function [Runtime]/text/sbasic/shared/03102450.xhpIsErrorIsError functionIsError Function [Runtime]Tests if a variable contains an error value.Syntax:IsError (Var)Return value:BoolParameters:Var: Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False.