Initial release
This commit is contained in:
21
hlp/en/tcl/join.htm
Normal file
21
hlp/en/tcl/join.htm
Normal file
@@ -0,0 +1,21 @@
|
||||
<HTML><HEAD><TITLE>Built-In Commands - join manual page</TITLE></HEAD><BODY>
|
||||
<H3><A NAME="M2">NAME</A></H3>
|
||||
join - Create a string by joining together list elements
|
||||
<H3><A NAME="M3">SYNOPSIS</A></H3>
|
||||
<B>join </B><I>list </I>?<I>joinString</I>?<BR>
|
||||
<H3><A NAME="M4">DESCRIPTION</A></H3>
|
||||
The <I>list</I> argument must be a valid Tcl list.
|
||||
This command returns the string
|
||||
formed by joining all of the elements of <I>list</I> together with
|
||||
<I>joinString</I> separating each adjacent pair of elements.
|
||||
The <I>joinString</I> argument defaults to a space character.
|
||||
|
||||
<H3><A NAME="M5">SEE ALSO</A></H3>
|
||||
<B><A HREF="../TkCmd/list.htm">list</A></B>, <B><A HREF="../TkCmd/lappend.htm">lappend</A></B>
|
||||
<H3><A NAME="M6">KEYWORDS</A></H3>
|
||||
<A href="../Keywords/E.htm#element">element</A>, <A href="../Keywords/J.htm#join">join</A>, <A href="../Keywords/L.htm#list">list</A>, <A href="../Keywords/S.htm#separator">separator</A>
|
||||
<HR><PRE>
|
||||
<A HREF="../copyright.htm">Copyright</A> © 1993 The Regents of the University of California.
|
||||
<A HREF="../copyright.htm">Copyright</A> © 1994-1996 Sun Microsystems, Inc.
|
||||
<A HREF="../copyright.htm">Copyright</A> © 1995-1997 Roger E. Critchlow Jr.</PRE>
|
||||
</BODY></HTML>
|
Reference in New Issue
Block a user