On Mon, 16 Jun 1997, Craig Fielden-Windsor wrote:

> Hi - can anyone tell me how to get vtcl to read the entry in a .entry box
> as a variable so I can then pass it to a perl script as $ARGV[0]?

 <entry_widget> get

 will return the text. used like this:

 set a [.e get]

 -stewart-

Reply via email to