bas7qck.hlp (Table of Contents; Topic list)
LOCAL Keyword
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
    The LOCAL keyword can be used in the ON ERROR statement to indicate
    that a local error-handling routine, rather than a module-level
    error handler, is to be enabled or disabled.
 
    Error-handling routines that are local to a procedure:
      - Are enabled only for as long as the procedure within which
        they are located is active.
      - Override any enabled module-level error handler routines.
 
See Also    ON ERROR