FAQs All Forums All Comments Screencasts
Does anyone know if there is a way to suppress the echoing of return values when in an interactive tclsh?
Thanks
eg: set x 123; set junk {} or
proc K {a b} {set a}
K {} [set x 123]
but really -- why worry about it?
Because I'm using an application that crashes if the returned string is too large.
eg: set x 123; set junk {}
or
proc K {a b} {set a}
K {} [set x 123]
but really -- why worry about it?
Because I'm using an application that crashes if the returned string is too large.