Engedélyezze a JavaScriptet a böngészőben a LibreOffice súgóoldalak böngészéséhez. 
 
  Use the following statements and functions to define the way LibreOffice Basic reacts to run-time errors.
  
  LibreOffice Basic offers several methods to prevent the termination of a program when a run-time error occurs.
  
Egy karakterlánc-, vagy numerikus kifejezést egy "Error" altípusú variant kifejezéssé alakít.
     
  
Visszaadja azon sor számát, amelyben a program futtatása során hiba történt.
 
  
Visszaadja a program futtatása közben fellépő hibát azonosító hibakódot.
 
  
Use VBA Err  object to raise or handle runtime errors.
      
  
Teszteli, hogy a változó az error (hiba) értéket tartalmaz-e.
   
  
Returns the error message that corresponds to a value or raises a given error context.
 
  
Hiba esetén elindít egy hibakezelő rutint, vagy folytatja a program futtatását.
 
  
Resets error information and indicates what to execute next.
    
  
The Exception  service is a collection of methods to assist in code debugging in Basic and Python scripts and in error handling in Basic scripts.
  In Basic scripts , when a run-time error occurs, the methods and properties of the Exception  service help identify the error context and allow to handle it.