Alexander Stolte Expert Licensed User Longtime User Jan 9, 2022 #1 When I work with SQLite, it sometimes happens that I have to put something in brackets 'test' and then normal code is grayed out in that line, Attachments B4X Bug.zip 8.8 KB · Views: 352
When I work with SQLite, it sometimes happens that I have to put something in brackets 'test' and then normal code is grayed out in that line,
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2022 #2 This is a known limitation (by design) of the IDE parser. The code will run properly. It was done because of performance considerations.
This is a known limitation (by design) of the IDE parser. The code will run properly. It was done because of performance considerations.