On Wed, 01 Sep 1999 16:36:53 -0000, "Christopher May" wrote: >Hi everyone, > >I was wondering if anyone knows how to use the tcl.lookup(char *s) command. >I am trying to use it but cannot seem to get it to work properly. Also I was >wondering which value does it return? A slot number or something else The return is defined in the header tclcl.h (a TclObject, not a slot). -John Heidemann