join(n) Tcl Built-In Commands join(n) _________________________________________________________________ NAME join - Create a string by joining together list elements SYNOPSIS join _l_i_s_t ?_j_o_i_n_S_t_r_i_n_g? _________________________________________________________________ DESCRIPTION The _l_i_s_t argument must be a valid Tcl list. This command returns the string formed by joining all of the elements of _l_i_s_t together with _j_o_i_n_S_t_r_i_n_g separating each adjacent pair of elements. The _j_o_i_n_S_t_r_i_n_g argument defaults to a space character. KEYWORDS element, join, list, separator Tcl Last change: 1