Ending recursion
Posted: 23 Jul 2008 23:29
I see that if by mistake I end up in a never ending loop using a script I can press and hold escape to end that loop. Was this intended or I just found something new. In any case I like it. 
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Don't know. Give an example.serendipity wrote:I see that if by mistake I end up in a never ending loop using a script I can press and hold escape to end that loop. Was this intended or I just found something new. In any case I like it.
Code: Select all
"Cycle Tabs Forward : ctf"
#1018;
sub ctfYeah, I thought the same too when i saw this happening. Its actually useful in case of accidental loops.jacky wrote:I think that's intended, at least I always thought it was...
Yes, true. Had been added already in v6.80.0007 - 2008-01-10 11:24.serendipity wrote:Yeah, I thought the same too when i saw this happening. Its actually useful in case of accidental loops.jacky wrote:I think that's intended, at least I always thought it was...
Code: Select all
+ Scripting: Now you can terminate a running script by pressing ESC.
The next to follow functions will not be executed anymore.