Re: [XOTcl] Referencing values in an array
- From: Daniel Kirsch <Iwillnotread_daniel@xxxxxx>
- Date: Mon, 28 Jul 2008 18:34:32 +0200
Daniel Kirsch wrote:
MyShape shape $i;
set shapes($i) shape;
Using the following structure instead leads to the wanted results:
MyShape shape$i $i;
set shapes($i) shape$i;
Thanks a lot to daapp on IRC for his great help.
Daniel
.
- Follow-Ups:
- Re: Referencing values in an array
- From: stefan
- Re: Referencing values in an array
- References:
- [XOTcl] Referencing values in an array
- From: Daniel Kirsch
- [XOTcl] Referencing values in an array
- Prev by Date: Re: Tcl_SetStringObj question
- Next by Date: Re: Tcl_SetStringObj question
- Previous by thread: [XOTcl] Referencing values in an array
- Next by thread: Re: Referencing values in an array
- Index(es):