![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: (newbie) calling a proc with a varying number of arguments
From: suchenwi <richard.suchenwirth-bauersachs@siemens.com>
Date: Tue Dec 20 2005 - 19:55:20 CET
Just call that argument "args" :D
proc try args {
|