Problem with exec command
- From: Keith <spam@xxxxxxxxxxxxx>
- Date: 14 Sep 2006 21:39:08 GMT
I have a menu item that uses -command {exec $webaddress}
however wish complains about no such variable
$webaddress exists. What do I need to do to get
the program to recoginize the variable?
I have written other tcl/tk programs and used
set webaddress "blah blah"
-command {exec $webaddress} and it works fine.
The program I am trying to modify uses Bwidget if
that makes a difference.
TIA.
.
- Follow-Ups:
- Re: Problem with exec command
- From: Cameron Laird
- Re: Problem with exec command
- From: Sektor van Skijlen
- Re: Problem with exec command
- Prev by Date: Re: What if Expect buffer overflows
- Next by Date: Re: Regular expresion, one more time!
- Previous by thread: tcllib pop3: returning too many newlines?
- Next by thread: Re: Problem with exec command
- Index(es):
Relevant Pages
|