projman/hlp/fr/tcl/unset.htm
2015-10-19 14:27:31 +04:00

18 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML><HEAD>
<BASEFONT FACE="Times New Roman" SIZE="2" COLOR="#000000">
</HEAD>
<BODY>
<div><H3><b>unset&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Commandes Internes Tcl</b></H3></div>
<HR ALIGN="center">
<div><b>NOM</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">unset Efface des variables
</div><br>
<div><b>SYNTAXE</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><b>unset </b><i>name </i>?<i>name name ...</i>?
</div><br>
<div><b>DESCRIPTION</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">Cette commande efface une ou plusieurs variables. Chaque <i>name</i> est un nom de variable, spécifié d'une des manières acceptables par la commande <A HREF="161.htm"><b>set</b></A>. Si un <i>name</i> se refère à un élément d'un tableau alors cet élément est effacé sans affecter le reste du tableau. Si un <i>name</i> consiste en un nom de tableau sans index entre parenthèses, alors le tableau entier est effacée. La commande <b>unset</b> retourne une chaîne vide comme résultat. Un erreur se produit si une des variables n'existe pas, et toutes les variables après l'inexistante ne sont pas effacées </div>
<br>
<br><div ALIGN="CENTER"><A HREF="index.htm"><b>Index</b></A>&nbsp;&nbsp;<A HREF="174.htm"><b>Précédent</b></A>&nbsp;&nbsp;<A HREF="176.htm"><b>Suivant</b></A></div>
</BODY></HTML>