ERROR_ENGLISH

CHOISIT L'ANGLAIS COMME LANGUE DE DESCRIPTION D'ERREUR


  • Type: Commande
  • Paramètre: 0
  • Groupe: Référence


ACTION

La commande ERROR_ENGLISH choisit l'anglais comme langue de description des erreurs. Par défaut, la langue de description des erreurs est l'anglais.


SYNTAXE : ERROR_ENGLISH


UTILISATION

  • La commande ERROR_ENGLISH est utilisée pour choisir la langue anglaise pour les descriptions d'erreur.

ERREUR

  • Rien.

EXEMPLE

ERROR_ENGLISH.bas
label err
' français sélectionné
error_french
' retour à l'anglais
error_english
on_error_goto err
top 0, 3+:' erreur ici
print "jamais imprimé" 
err:
print "erreur"
print error_number
print error_type$
print error_line

EN RAPPORT

ON_ERROR_GOTO

ERROR_FRENCH

ERROR_LINE

ERROR_NUMBER

ERROR_TYPE$