Re: Calling one tcl script from another with parameters
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Calling one tcl script from another with parameters

From: Ray <ray.mosley@gmail.com>
Date: Mon Dec 19 2005 - 16:55:27 CET

If you need to preserve current arguments, you can
      lappend argv <your-arg>

Get it by
      lindex $argv end

Of course, this assumes your code is the only process doing this!
Received on Fri Dec 23 19:02:12 2005