Re: Problem with argv0 (newbie question)



On Wed, 31 Aug 2005, ashok wrote:

However, I get the following error message & the program exits:

can't read "argv0": no such variable

I tried using "global argv0" at the beginning of the proc too but that
doesn't help.

Is there anything else that I should watch out for?

Are you using a "stock" tclsh? What does:

    puts [lsort [info globals]]

show in your environment?

Michael
.