Post Reply 
How to simulate system error msgs on 48?
06-27-2014, 08:00 AM
Post: #3
RE: How to simulate system error msgs on 48?
Hi and thanks for looking into this. Sorry for not giving an example or a better explanation earlier.

Errors from the system words appear with the name of the command as part of the error text, for example

Code:
1 HEAD

produces

Code:
HEAD Error:
Bad argument type

But

Code:
# 202h DOERR

produces
Code:
Error:
Bad argument type

I don't know how to get the command name to appear before the "Error:" literal.

I want to be able to implement all the same effects as a system error message. I want the command name to appear in the error message, and I believe I'll have to use DOERR so ERRN and ERRM are set so the replacement words I'm working on back-porting all produce identical results as the GX words they're meant to replace.

It ain't OVER 'till it's 2 PICK
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to simulate system error msgs on 48? - HP67 - 06-27-2014 08:00 AM



User(s) browsing this thread: 1 Guest(s)