Accueil
Applications
Téléchargements
Commandes TULIP
Documentation
Plugins
Nous contacter

Librairie: tlCommon.dll

Attributs:

            Aucuns.

 

Contenu:

Commandes inclues.

 

Rôle:

Inclus à l’intérieur d’un bloc IF. Contient les commandes qui sont exécutées si la comparaison du bloc <IF> est un succès.

 

Exemple:

<SEQ>

  <DECLARE>

          <VARIABLE NAME="i" TYPE="INTEGER" VALUE="14"/>

  </DECLARE>

 

  <IF VAR="i" OPER="EQUAL" VALUE="14">

    <THEN>

      <PRINT>i = 14  !!! then block </PRINT>

    </THEN>

    <ELSE>

      <PRINT>i <> 14  !!! else block </PRINT>

    </ELSE>

  </IF>

</SEQ>

 

Résultat:

i = 14  !!! then block

 

 

 

 

phpMyVisites

THEN
 
Accueil
Applications
Téléchargements
Commandes TULIP
Documentation
Plugins
Nous contacter