Hi,
I'm porting a large project from B4A to B4i.
The project does lots of http stuff - up and down - and I have been using the new resumable subs extensively - in my mind they are a brilliant piece of work.
I've discovered 2 bugs in B4i in the process - this is the first.
Simply, if you use Exit statement/s in a resumable sub the project dies a horrible death (very low level error messages) when you try to compile.
Attached is a real simple example - just compile it.
This works OK in B4A.
I'm porting a large project from B4A to B4i.
The project does lots of http stuff - up and down - and I have been using the new resumable subs extensively - in my mind they are a brilliant piece of work.
I've discovered 2 bugs in B4i in the process - this is the first.
Simply, if you use Exit statement/s in a resumable sub the project dies a horrible death (very low level error messages) when you try to compile.
Attached is a real simple example - just compile it.
This works OK in B4A.
Attachments
Last edited: