Difference between revisions of "83Plus:BCALLs:4D44"

From WikiTI
Jump to: navigation, search
 
(No difference)

Latest revision as of 18:39, 11 April 2008

Synopsis

Unofficial Name: ErrCustom2

BCALL Address: 4D44

Displays a custom ERR: message.

Inputs

  • appErr2: a zero-terminated string to display after "ERR:"

Outputs

  • None

Destroys

  • A

Comments

This BCALL will display "ERR:" and then the zero-terminated string at appErr2. There will never be a GoTo option and it does not return.

BCALL ErrCustom1 is identical, except the input is appErr1.