CHOISIT L'ANGLAIS COMME LANGUE DE DESCRIPTION D'ERREUR
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 ERREUR EXEMPLE
label err
rem français sélectionné
error_french
rem retour à l'anglais
error_english
on_error_goto err
top 0, 3+:rem erreur ici
print "jamais imprimé"
err:
print "erreur"
print error_number
print error_type$
print error_line
ERROR_ENGLISH
ERROR_ENGLISH
EN RAPPORT
ON_ERROR_GOTO
ERROR_FRENCH
ERROR_LINE
ERROR_NUMBER
ERROR_TYPE$