![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: hai About Procedures
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Tue Feb 28 2006 - 13:13:24 CET
gsumathi@gmail.com wrote:
Assuming the name of a proc is in a variable, just do "eval $procname"
> If i given 3 - 10 , it will execute all the procedures from 3 to 10
off the top of my head, you'd do something like this (guaranteed not to
if {[regexp {([0-9]+) *- *([0-9]+)} $input -- start end]} {
>
Why don't you try solving the problem yourself then showing us what
|