Hello everyone,
Do you know a way to have a clearer syntax in the property. For example, below the code I would like write in a text proporty for a Label.
var myVar2 = Label2.Text
var myVar3 = Label3.Text
var myVar = ""
If (condition1, myVar = myVar2, myVar = myVar3)
return myVar
Okay... this example is really simple. But in my case, I can use a lot other widgets. So, to have not a very veyr very long IF, I would like define local variables in the property.
What do you think about this ?
Thank in advance and Have a nice weekend.
Charlie.