[IronPython] IP 2: Execute multiple expression in different scopes

Christian Schmidt christian2.schmidt at gmx.de
Tue Aug 19 15:52:04 CEST 2008


Hi Dody,

thanks for your help.

 > delegate object FunctionProcess(object[] params);

I've already tried this one and also
delegate object FunctionProcess(params object[] p);

 > scope.GetVariable<FunctionProcess> ("Process")

But get an ArgumentException ("Invalid type of return expression value 
at 0:0-0:0") here. Any ideas?

 > and modify your Python code to deal with the object[] params.

Could you be more specific here?

Thanks,
Christian



More information about the Ironpython-users mailing list