Re: [Ironpython-users] scope get/set variable in python function

2016-06-24 Thread Slide
Did you do what that email thread said and put global before the variable inside the python function? On Fri, Jun 24, 2016 at 10:49 AM wrote: > Hey there, > > i have a problem which also was discussed here > https://mail.python.org/pipermail/ironpython-users/2012-April/015886.html > > What i mus

[Ironpython-users] scope get/set variable in python function

2016-06-24 Thread patatwork
Hey there, i have a problem which also was discussed here https://mail.python.org/pipermail/ironpython-users/2012-April/015886.html What i must do, and how i have to declare my variables, that i can change them in a script defined python function? In my application, the value could'nt be changed