Librairie: tlCommon.dll
Attributs:
VAR: nom de la variable à modifier.
Contenu:
Aucun.
Rôle:
Modifie la variable en utilisant l’opérateur NON. La variable doit être de type entier ou hexadécimal.
Exemple:
<SEQ>
<DECLARE>
<VARIABLE NAME="length" TYPE="BYTE" VALUE="15"/>
</DECLARE>
<NOT VAR=”length” />
<PRINT>Length is now ~length~</PRINT>
</SEQ>
Résultat:
Length is now 240