-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Collett
Sent: Monday, August 21, 2006 5:35 AM
To: users@lists.ironpython.com
Subject: [IronPython] Iron Python Question
Hi All,
I just started using Iron Python and I am bit unsure on the best way to pass
data from the app
Hi All,
I just started using Iron Python and I am bit unsure on the best way to
pass data from the app that runs the script and the script itself.
So far I know that we should do something like this from say a C#
application,
PythonEngine.Globals["myVar"] = myVar;
So from the looks of this it is