ET3D wrote:
I'm using ScriptScope.SetVariable to set variables in C# for calling IronPython scripts. However, I can't find how to set a variable to None.
You should just be able to set it to null from C#.
Michael -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
