how to convert a list into string in tcl

tcl
Mallikarjunarao Kosuri picture Mallikarjunarao Kosuri · Jun 14, 2010 · Viewed 26.7k times · Source

How do I convert a list into string in Tcl?

Answer

jk. picture jk. · Jun 14, 2010

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