![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Calling one tcl script from another with parameters
From: Alan Anderson <aranders@insightbb.com>
Date: Tue Dec 20 2005 - 02:20:45 CET
"slebetman@yahoo.com" <slebetman@gmail.com> wrote:
> Actually, doing source will also work, just manually set argv and argc:
If you're going to the trouble of treating argv explicitly as a list, a
set argv [list a b c]
|