Quick question with all these new error commands:
Since we can generate actual error messages now ( _ERRMESSAGE$, or such, I think), is there some way to set custom messages to go with the codes?
For example, ERROR 5 might give us an error message of “ERROR 5: Illegal Function Call”, but a custom error of 128 would just say, “ERROR 128:”
Is there something like an _CUSTOMERROR$(errNum, errMes$), which an user can use to set those custom errors?