What kind of over head is there on setting and clearing On Err Call?
If On Err Call is being set and cleared in a loop, is there a
significant overhead issue?
ex:
For($i;1;Some_Integer_Value)
on err call("Error_Handler")
do stuff which could generate error
on err call ("")
do other stuff
end for
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************