On 2006.08.18, Nima <[EMAIL PROTECTED]> wrote:
> 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?

The tcl_platform array is a Tcl global variable.  Try this instead:

    info exists ::tcl_platform(threaded)

HTH,

-- Dossy

-- 
Dossy Shiobara              | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)


--
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.

Reply via email to