Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

ON ERROR

May
12,846
164
Code:
14.0.32 ON ERROR - now turns off ON ERROR handling when in an ON ERROR handler (to prevent looping when the user creates a bad ON ERROR handler).

It is still the case that after running this (faulty) BTM once, TCC will not run *any* BTMs.
Code:
on error (echo Error %_? at line %_batchline: %@line[%@eval[%_batchline-1],v:\error.btm] & quit)
dir *.yyy
 
Code:
14.0.32 ON ERROR - now turns off ON ERROR handling when in an ON ERROR handler (to prevent looping when the user creates a bad ON ERROR handler).

It is still the case that after running this (faulty) BTM once, TCC will not run *any* BTMs.
Code:
on error (echo Error %_? at line %_batchline: %@line[%@eval[%_batchline-1],v:\error.btm] & quit)
dir *.yyy
This seems to be OK with build 33.
 

Similar threads

Back
Top