Hi to all.
I have a edit controll and a button control.
In the Click event handler there is the following code:
x is int
Funz is real
FOR x = 1 TO 100000
Funz = x^2
EDT_Real1 = x
END
Well, when I run the program the values in the edit control are only
displayed at the end of the for loop and not from time to time. I would
like to update it as the cycle proceeds. How to do ?
Thank you all.
Blu Star