CHOOSES ENGLISH AS ERROR DESCRIPTION LANGUAGE
ACTION
The command ERROR_ENGLISH chooses English language as the language for the error description. By default, English is the language used for the error description.
SYNTAX:
ERROR_ENGLISH
USE ERROR EXAMPLE
label err
rem French selected
error_french
rem come back to English
error_english
on_error_goto err
top 0, 3+:rem here error
print "never printed"
err:
print "error"
print error_number
print error_type$
print error_line
ERROR_ENGLISH
ERROR_ENGLISH
SEE ALSO
ON_ERROR_GOTO
ERROR_FRENCH
ERROR_LINE
ERROR_NUMBER
ERROR_TYPE$