F FFMan Member Licensed User Longtime User Aug 9, 2012 #1 What structure do i use to trap errors with a sub. In effect like VB on error - whats the b4a equivelent please ? I need to ensure a sub doesn't raise an untrapped error what ever happens thanks
What structure do i use to trap errors with a sub. In effect like VB on error - whats the b4a equivelent please ? I need to ensure a sub doesn't raise an untrapped error what ever happens thanks
NJDude Expert Licensed User Longtime User Aug 9, 2012 #2 To trap errors you need to use Try...Catch Upvote 0