Gustav Brock
Gustav at cactus.dk
Sun Aug 17 16:21:31 CDT 2008
Hi Dan True. So this is not an issue. If your user encounters an untrapped error, your app is hosed anyway and should be relaunched; in fact, if it runs in a runtime environment, your user is given no other choice. /gustav >>> dwaters at usinternet.com 17-08-2008 23:11 >>> There is a drawback to using global procedures - if you app has an error the value of all global variables is lost. However, this may only be true with untrapped errors, but I don't know for sure. Anyone know this?