Bug? [FIXED] Resumable subs and Exit statements don't mix in B4i

JackKirk

Well-Known Member
Licensed User
Longtime User
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.
 

Attachments

  • Bug1.zip
    977 bytes · Views: 252
Last edited:
Top