RETOURNE 1 SI V REPRESENTE UN LABEL EXISTANT, 0 SINON
ACTION
La fonction LABEL(V) retourne 1 si V représente un LABEL existant, 0 sinon.
V est une chaîne de caractères.
SYNTAXE :
Resultat=LABEL(V)
UTILISATION ERREUR EXEMPLE
label ici
if label("ici")=1 then print "le label ici existe"
ici:
LABEL()
LABEL(V)
EN RAPPORT
LABEL