Compiler "bug"

Penko

Active Member
Licensed User
Longtime User
Hey guys,

I've successfully managed to compile my application with this:

B4X:
Activity.Title = "Aaa" - Common.getChapter(Common.getSelectedChapter)

It was meant to be:
B4X:
Activity.Title = "Aaa - " &  Common.getChapter(Common.getSelectedChapter)

I understand it's my fault but I was looking for the error in the two functions before seeing what's the actual reason.
 
Last edited:
Top