◄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►