On Friday 18 August 2006 07:55, Nima wrote: > Hi all, > > calling the tcl shell with "info exists tcl_platform(threaded)" returns 1 > on the command line but in the developer shell of openacs which basically > forwards the call to "uplevel 1 $script" returns 0. > > Why that?
I'm just guessing, but the developer shell isn't running the script at the global level. probably tcl_platform(threaded) exists at the global level, is there any way of determining from the developer shell what variables exist at a particular level? (info vars, maybe checkout [info level] in each shell)? tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
