Is using an efsInternal call inside a function in an efsLib allowed?
I have a function in a library which is called from main(), and in that function I use efsInternal to call another function within the same library to generate a series.
The code gets to the line with the efsInternal call on it and then just exits without any exceptions or errors being generated.
I put a try/catch block around the efsInternal call and didn't get any exceptions.
I can put debugPrintln's before and after the call. The one before is hit, but the one after isn't.
Thanks,
Steve
I have a function in a library which is called from main(), and in that function I use efsInternal to call another function within the same library to generate a series.
The code gets to the line with the efsInternal call on it and then just exits without any exceptions or errors being generated.
I put a try/catch block around the efsInternal call and didn't get any exceptions.
I can put debugPrintln's before and after the call. The one before is hit, but the one after isn't.
Thanks,
Steve
Comment