![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveUsing foreach loop to create radiobutton menu
From: <aj@bookac.com>
Date: Fri Apr 28 2006 - 15:54:06 CEST
As it stands now, I have code that looks somethign like this....
menubutton range -text "Set Range" -underline 0 -bd 0 -menu {
I am trying to do the same thing in a foreach loop. I keep getting an
menubutton range -text "Set Range" -underline 0 -bd 0 -menu {
I understand that range is out of scope. Can anyone tell me how to
|