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
- L = label.
UTILISATION
- La commande RESTORE_LABEL est utilisée pour lire des valeurs des déclarations DATA, à partir d'un label.
ERREUR
- Si le label L n'existe pas.
- Si L n'est pas un nom de label correct.
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
Content created by Jack. Updated March 07, 2025