I've written complex program for number crunching.
However, I would like to display running index from a loop:
say FOR I=1 to 500 ===> Display I.
So I created Main window with CreateWindow and then
Dialog New and I added a Textbox into the Dialog.
The program does not display running index from within the loop
but only when the loop has finished it displays I=500 in the Textbox.
Any ideas, what am i doing wrong?
Branko S. Bedenik
However, I would like to display running index from a loop:
say FOR I=1 to 500 ===> Display I.
So I created Main window with CreateWindow and then
Dialog New and I added a Textbox into the Dialog.
The program does not display running index from within the loop
but only when the loop has finished it displays I=500 in the Textbox.
Any ideas, what am i doing wrong?
Branko S. Bedenik
Comment