home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / doc / join.n < prev    next >
Encoding:
Text File  |  1994-12-17  |  856 b   |  30 lines

  1. '\"
  2. '\" Copyright (c) 1993 The Regents of the University of California.
  3. '\" Copyright (c) 1994 Sun Microsystems, Inc.
  4. '\"
  5. '\" See the file "license.terms" for information on usage and redistribution
  6. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '\" 
  8. '\" @(#) join.n 1.2 94/12/17 16:18:13
  9. '\" 
  10. .so man.macros
  11. .HS join tcl
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. join \- Create a string by joining together list elements
  16. .SH SYNOPSIS
  17. \fBjoin \fIlist \fR?\fIjoinString\fR?
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. The \fIlist\fR argument must be a valid Tcl list.
  23. This command returns the string
  24. formed by joining all of the elements of \fIlist\fR together with
  25. \fIjoinString\fR separating each adjacent pair of elements.
  26. The \fIjoinString\fR argument defaults to a space character.
  27.  
  28. .SH KEYWORDS
  29. element, join, list, separator
  30.