tcl question: defining dynamically named variables in a namespace

René J.V. Bertin rjvbertin at gmail.com
Fri Oct 7 06:21:56 PDT 2016


On Friday October 07 2016 14:25:11 David Bariod wrote:

Hi,

Yes, something like that could work, but it may be a bit less trivial than that.

R.

>It's been a long time I haven't done Tcl development, but from memory:
>
>namespace eval <namespace name> {
>     --> your code here <---
>}
>
>should do what you're trying to do.
>
>--
>David



More information about the macports-dev mailing list