Hi. How could I stop a cycle FOR for input. For example:
FOR x=1 to 100
do something
stop for input some value into a textbox (a window will appear lets say and the user must insert some value)
resume (the user will click a button to resume the cycle FOR)
NEXT
Thank you very much.![]()


Reply With Quote
