Hallo,
I'm trying to make a query that replaces the new line charachter with a string, but I cannot find the way to refer to the new line charachter. Does someone know how can I say "new line character" in a query?
thanks
I'm trying to make a query that replaces the new line charachter with a string, but I cannot find the way to refer to the new line charachter. Does someone know how can I say "new line character" in a query?
thanks
Code:
Expr1: Replace([tmes].[mes_text];"newlinecharachter";"<br />")