Pavan Yadav
Member
Hi All,
Please let me know, is there any way to come out of Infinite loop with some keys pressing in between.
For ex.:
do while i = 1:
display 'hello'.
pause 0.
on f8 stop.
end.
In this if i am giving pause greater than 0, then it stops the process. But, if i gives Pause 0 then it will not work.
& i want exactly that, it stops the process & quit from the window.
I knows only one way as cntrl + break, but i want to use some key instead of cntrl + break.
Please let me know, is there any way to come out of Infinite loop with some keys pressing in between.
For ex.:
do while i = 1:
display 'hello'.
pause 0.
on f8 stop.
end.
In this if i am giving pause greater than 0, then it stops the process. But, if i gives Pause 0 then it will not work.
& i want exactly that, it stops the process & quit from the window.
I knows only one way as cntrl + break, but i want to use some key instead of cntrl + break.