hi all
How to insert a line return in a string?
I am trying this but it doesn't work.
Code:
let sResult = sResult + (Trim (sCode)) + " " + (Trim (sName) + asc(13) //asc(10)
I want each line to be presented separately

Suggestion?