Hi,
I want a string to be built up in 2 parts, with both parts separated by a SOFT RETURN (Linefeed only). Is there anyway to do this?
There is a difference between a normal RETURN and an SOFT RETURN in text editors like MS Word. In my usecase I need to be able to add a soft return to a text that is exported to MS Word.
I know you can build a string like:
'ABCD [HARD RETURN]
EFGH'
but need a string like"
'ABCD [SOFT RETURN]
EFGH'
Any thoughts?