On 10/18/07, Joshua J. Pearce <[EMAIL PROTECTED]> wrote:
> Joesox,
>
> Thank you very much! Now, what if I the getcount() method was actually
> getcount(string arg1), is there a way to call it from within the IP script?

I don't see why you would want to if you are using an IronPythonEngine

Just do...
     //Call your Service method and assign return value to a global
     COUNT = myAppService.getcount("my arg1");

> Or do I need to parse the IP script ahead of time, and call the function
> myself? That would be like writing my own scripting language, so I hope
> there is a way to call the method from within IP scripts.

I still don't see why you would need it in the script if you are using C#.
-- 
Later, JoeSox
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to