On Wed, Apr 9, 2008 at 11:54 AM, Robert Brotherus <[EMAIL PROTECTED]> wrote: > I have had following working ok with the recent IR iterations: > > public object GetGlobalVar(string varName) > { > return ExecutionContext.GetGlobalVariable(varName); > } > > public void SetGlobalVar(string varName, object value) > { > ExecutionContext.DefineGlobalVariable(varName, value); > } > > It indeed changed few iterations ago and broke my earlier code as well.
Thanks. That also helped me find some relevant tests that gave me a little more information about what's happening there. I appreciate your help. -- Greg Akins Software Development Manager SSI Services http://kc.vanadium.com http://www.pghcodingdojo.org http://www.insomnia-consulting.org/monologue _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core