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
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