Re: 'console show' gone on Win98 ?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: 'console show' gone on Win98 ?

From: <krithiga81@yahoo.com>
Date: Fri Dec 23 2005 - 00:30:59 CET

Hi
 The example you showed works fine.
  When I have a procedure in my code for eg

proc read_product_config {} {

        set prodcfg trav_product.cfg
        puts "I am reading product config file"
 }

If I have this the "puts" inside the proc,it does not get put in the
console. If I use puts outside a procedure it works

So I commented out the proc to check if variables in my code worked.
Then I can debug. Is it because the proc needs to be called?
I tried that also. Does not work

Thanks
krithiga
Received on Fri Dec 23 19:03:08 2005