BRErr$

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.