I would like to have the possibility to place a remark after a line break (& _) so remarks like this
would give me no syntax error anymore.
B4X:
Sql = "Insert into TVG (Ndx, Name, Sat, ...) Values('" & _
Station(0) & _ 'Station Index
Station(1) & _ 'Station Name
Station(2) & _ 'Station Sat
.........
"')"