BRErr$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
  BRERR$
  BRERR$


'''BRErr$''' is like [[err]], except it gives the description of the error rather than the error number.
'''BRErr$''' is like [[err]], except it gives the description of the error rather than the error number. For example, if your program gives an error beep and error number 682, typing brerr$(682) will give you an explanation of the error.


Available as of [[4.3]], maybe earlier.
Available as of [[4.3]], maybe earlier.

Latest revision as of 19:55, 6 April 2015

BRERR$

BRErr$ is like err, except it gives the description of the error rather than the error number. For example, if your program gives an error beep and error number 682, typing brerr$(682) will give you an explanation of the error.

Available as of 4.3, maybe earlier.