BRErr$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "'''BRErr$''' is like err only it gives the description of the error rather than the error number. Available as of 4.3, maybe earlier. <noinclude> [[Category:Internal...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''BRErr$''' is like [[err]] only it gives the description of the error rather than the error number.
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.
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.