LABEL()

LABEL(V)

RETOURNE 1 SI V REPRESENTE UN LABEL EXISTANT, 0 SINON

  • Type: Fonction
  • Paramètre: 1
  • Groupe: Référence

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)

  • V = chaîne de caractères

UTILISATION

  • La fonction LABEL() est utilisée pour savoir si un LABEL existe.

ERREUR

  • Rien.

EXEMPLE

label ici

if label("ici")=1 then print "le label ici existe"

ici:

EN RAPPORT

LABEL