cancel
Showing results for 
Search instead for 
Did you mean: 

Plain Text Control in Form - Add carriage return in text

sap_cohort
Active Contributor
0 Kudos

Hi, I'm trying to output a carriage in a Plain Text Control. I've tried several combinations like CHR('13'), but can't get it to work. Anyone know how to do this?

Thanks,

Ken Murray

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kenneth,

this works as you mentioned in your thread with CHR(13), but you have to set in the properties of your plain text field in the tab display "Wrap Text" to "Yes".

Best Regards,

Marcel

Answers (1)

Answers (1)

carsten_buechert
Contributor
0 Kudos

Hi Kenneth,

did you try "\n" ? Like:

"Entering a \n new line"

HTH,

Carsten