Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCan't you define a procedure instead of an alias? It could take the command name as a parameter and evaluate it. I haven't tested it, but I'm thinking about something like that:
proc ten { A } { for {set x 0} {$x < 5 } { incr x} {eval $A} }