Android Question How to split JobDone sub?

zak

Member
Licensed User
Longtime User
My JobDone sub is getting so large that in Debug mode it is no longer compiling (I get the "try..catch" error message, even though I m not using it). In release I have no issues. Any idea how to split it so I can continue to use "If Job.Success = True Then" in the second sub?
 
Top