![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: tcl command "type"
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Sat Dec 31 2005 - 21:03:54 CET
suchodj@wanadoo.fr wrote:
You can also check whether the source failed or not with catch:
if {[catch {source myfile.tcl] err]} {
|