object *mod = add_module("foo");
object *d = getmoduledict(mod);
dictinsert(d, "currentScreen", (object *)thisScreen_);
when I call a procedure with:
run_string("foo.bar()", ...);
which runs:
def bar:
print vars()
I don't see currentScreen in the module dictionary.
Thanks for the help.
-- Derek Fields (derek@cc.bellcore.com)