![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: catch and eval
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Tue Dec 20 2005 - 21:35:34 CET
Himesh P. wrote:
The reason the curly braces appear is because $args is a list. If you
if {[catch {puts [join $args " "]}]} ...
|