Hi, Can anyone tell me how to pass python list values as a variable length of arguments to another function. I'm working in Silverlight-IronPython, I want to pass a list of values from IronPython to javascript, but I'm not able to iterate the list/dict object of IronPython in Javascript. So as a workaround I'm trying to pass variable length args to javascript. Can any one tell me the solution?
Adhi -- View this message in context: http://www.nabble.com/How-to-pass-python-list-values-as-variable-length-arguments-tp24169732p24169732.html Sent from the IronPython mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
