Hi everyone,
I can’t update the value of a variable inside a loop.
In the screenshot you see my example.
The initial value of txCognome is ‘Rossi’ so the loop should add 25 ‘+’ to the string.
Instead drawing the variable after the loop leaves it with the original value ‘Mike’