Line splitting question
Posted: Mon Jun 09, 2025 10:26 pm
6.21 now says: Unfinished splitted line
on this
which I have found to be quite helpful and have been using it frequently.
Bug or intention?
on this
Code: Select all
EnableExplicit
Define LongExpr.s = "insert into table data ....." +
"insert into table more data ....." +
; the lines below refer to ...
"insert into table more data ....." +
"insert into table more data ....."
Bug or intention?