I have a line of code where I have long SQL string and I'd like to make a line break within the string because of the better legibility of the code.
The code looks like this one:
Code: Select all
put "SELECT thisColumn, thatColumn, THERE SHOULD BE THE LINE BREAK
"FROM tblTable" into tList
Has anyone an idea?
Thanks
Jörg