How do I convert a list into string in Tcl?
most likely what you want is join however depending on what you are trying to do this may not be necessary.
anything in TCL is able to be treated as a string at anytime, consequently you may be able to just use your list as a string without explict conversion