Hi
I'm planning to concatenate, in a string, several variables from my DB, separated with a carriage return character.
For example, my string would be : "aaa\nbbb\ccc".
The purpose is to have, in the report, one single (but very high) text field containing this variable. All the values would be displayed on the top of each other, like this:
aaa
bbb
ccc
Will it work? Should I use another carriage return separator (\n\r?)?
thanks.
Carriage return in a string
Re: Carriage return in a string
I'm joining an example.
Re: Carriage return in a string
Hello,
Please try to use the "\n" in the expression of the variable. In the database, you can use the CHAR(13) value.
Thank you.
Please try to use the "\n" in the expression of the variable. In the database, you can use the CHAR(13) value.
Thank you.
- Attachments
-
- Capture.PNG (45.13 KiB) Viewed 2728 times