P Penko Active Member Licensed User Longtime User Apr 7, 2012 #1 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: Apr 7, 2012
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.