RESTORE_LABEL L
FORCE LA LECTURE DES DONNÉES À PARTIR DU LABEL L
ACTION
La commande RESTORE_LABEL force la lecture des valeurs à partir du label L.
SYNTAXE : RESTORE_LABEL L
UTILISATION
ERREUR
EXEMPLE
label restorelb
dim a
data 1,2
restorelb:
data 3,4
read a:print a
read a:print a
read a:print a
read a:print a
restore_label restorelb
read a:print a
read a:print a
EN RAPPORT
DATA
READ
RESTORE_LABEL
Content created by Jack. Updated March 07, 2025