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

24 lines
1.4 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>concat&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;">concat concatène des listes
</div><br>
<div><b>SYNTAXE</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><b>concat</b><i> </i>?<i>arg arg ...</i>?
</div><br>
<div><b>DESCRIPTION</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">Cette commande traite chaque argument comme une liste et les concatène dans une simple liste. Elle élimine aussi les espaces de début et de fin dans les <i>arg</i>'s et ajoute un simple separateur espace entre les <i>arg</i>'s. Elle permet quelconque nombre d'arguments. Par exemple, la commande </div>
<div ALIGN="LEFT" style="margin-left: 102px;"><b>concat a b &#123;c d e} &#123;f &#123;g h}}</b></div>
<div ALIGN="LEFT" style="margin-left: 51px;">renverra </div>
<div ALIGN="LEFT" style="margin-left: 102px;"><b>a b c d e f &#123;g h}</b></div>
<div ALIGN="LEFT" style="margin-left: 51px;">comme résultat. </div>
<div ALIGN="LEFT" style="margin-left: 51px;">Si aucun <i>arg</i>s n'est fourni, le résultat est une chaîne vide. </div>
<br>
<br><div ALIGN="CENTER"><A HREF="index.htm"><b>Index</b></A>&nbsp;&nbsp;<A HREF="97.htm"><b>Précédent</b></A>&nbsp;&nbsp;<A HREF="99.htm"><b>Suivant</b></A></div>
</BODY></HTML>