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...