DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
join(TCL)
join -- create a string by joining together list elements
Syntax
join
list
[
joinString
]
Description
The
list
argument must be a valid Tcl list. This command returns the string formed by joining all of the elements of
list
, with
joinString
separating each adjacent pair of elements. The
joinString
argument defaults to a space character.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003