Local e Global Variables in UiFlow 2.0
-
Hi,
How can I use Local and Global variables in UIflow 2.0?At this moment, all variables created are Global in each Functions.
I need to create Local variables. it's possible?
Thank you.
-
@Fernando-Cardoso I don't think you can!
May I ask why you need 'local' variable scope?
There is an easy 'work around'! -
I have a function that is executed in successive iterations and needs to have local variables. On Arduino it's very easy to create local variables that work within the function. In UiFlowin i see that it's not possible.
thanks anyway.