aaronk Well-Known Member Licensed User Longtime User Aug 26, 2012 #1 Hello, Just wondering if there is such code as 'on error resume next' in VB6.0 it lets you use it and will continue with the code even if there is an error in it..
Hello, Just wondering if there is such code as 'on error resume next' in VB6.0 it lets you use it and will continue with the code even if there is an error in it..
P pappicio Active Member Licensed User Longtime User Aug 26, 2012 #2 try ..... catch ..... end try Upvote 0
aaronk Well-Known Member Licensed User Longtime User Aug 26, 2012 #3 Thanks Heaps. Thought there would be something, but couldn't work it out. Upvote 0
I Inman Well-Known Member Licensed User Longtime User Aug 26, 2012 #4 Check this thread to see the B4A equivalents of VB6 commands http://www.b4x.com/forum/basic4android-updates-questions/7475-vb6-basic4android-3.html Upvote 0
Check this thread to see the B4A equivalents of VB6 commands http://www.b4x.com/forum/basic4android-updates-questions/7475-vb6-basic4android-3.html