ERROR_ENGLISH

ERROR_ENGLISH

CHOOSES ENGLISH AS ERROR DESCRIPTION LANGUAGE

  • Type: Command
  • Parameter: 0
  • Group: Reference

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

  • The command ERROR_ENGLISH is used to choose English language for the error description.

ERROR

  • None.

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

SEE ALSO

ON_ERROR_GOTO

ERROR_FRENCH

ERROR_LINE

ERROR_NUMBER

ERROR_TYPE$