alwaysbusy Expert Licensed User Longtime User Dec 23, 2016 #1 This is not really an error (as the B4J parser continues) but I still find this a bit weird that it is allowed: B4X: page.pageTitle = "Groups" page.pageDescription = " page.ShowConnectedIndicator = True Notice the page.pageDescription has no closing quote. I think here the compiler should at least give a warning.
This is not really an error (as the B4J parser continues) but I still find this a bit weird that it is allowed: B4X: page.pageTitle = "Groups" page.pageDescription = " page.ShowConnectedIndicator = True Notice the page.pageDescription has no closing quote. I think here the compiler should at least give a warning.
Erel B4X founder Staff member Licensed User Longtime User Dec 25, 2016 #2 It is a bug. Note that it only happens with empty strings ("sdf = syntax error) Will be fixed.