![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Invalid command name ""
From: Ahran <adunsmoor@gmail.com>
Date: Fri Jul 29 2005 - 22:36:29 CEST
Square brackets tell tcl to do an evaluation in line and substitute the
You'd typically use square brackets when you'd want to capture the
set result [transform_line $click_line]
The Tcl man page has a decent description of this.
-Ahran
|