qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ERROR$ Function
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the error message that corresponds to a specified error code.
 
    ERROR$[(errorcode%)]
 
    ■ errorcode%   Any valid error code in the range 1 - 32,767, inclusive;
                   if omitted, returns the message string corresponding to
                   the most recent run-time error. If there has been no run-
                   time error, ERROR$ returns a null string ("").
 
 See Also
    ERR Function                     ERL Function
    ERROR Statement                  Error/Event Trapping Summary
    Run-Time Error Codes