Text Documents (Writer)
HTML Documents (Writer Web)
Spreadsheets (Calc)
Presentations (Impress)
Drawings (Draw)
Database Functionality (Base)
Formulae (Math)
Charts and Diagrams
Macros and Scripting
Office Installation
Common Help Topics
OneOffice Logo

IsError Function

Tests if a variable contains an error value.

Syntax:


    IsError (Var)
  

Return value:

Bool

Parameters:

Var: Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False.