-
1. Carriage returns
Misi Mladoniczky Apr 17, 2012 9:18 AM (in response to Sebastian Handoca)1 of 1 people found this helpfulShure, that can be done with a simple Set-Fields.
You can add it to the beginning or the end, or if you can determin a position, you can insert it there as well.
Here is to add a CR (NL or CR/NL) at the end:
If you get a CR+NL but only want the CR, you can remove the second character with this:
If you want to insert the CR in the middle somewhere, you must determin the position where you want to insert it. This exaple replaces a string-tag with a CR:
Best Regards - Misi, RRR AB, http://rrr.se
-
2. Carriage returns
Sebastian Handoca Apr 17, 2012 9:24 AM (in response to Misi Mladoniczky)The thing is i need to insert the CR`s when I generate the text.
For example I have to do a concatenation of strings + CR's when I generate the Work Info
So I will have a push field with where i need something like this:
$String1$ + CR + $String2$ + CR + $String3$ .. etc
-
-
4. Carriage returns
Sebastian Handoca Apr 17, 2012 10:11 AM (in response to Misi Mladoniczky)Thx man! Works like a charm!