1. Clarence Chamorro
  2. PowerServer Mobile (Obsolete)
  3. Wednesday, 17 April 2019 15:10 PM UTC

I am trying to automatically format the email body text, separating  the lines with a carriage return. It just to be the caracter ♀, but it does not work. I try ~r and it does not work either.  Could you please give me an advice or direct me in the right path.

Regards,

Clarence.

Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 17 April 2019 15:31 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 1

Carriage Return (CR) = Char(10) or ~r

Line Feed (LF) = Char(13) or ~n

 

Try using both. If the body is HTML, use < BR > instead.

Comment
  1. Clarence Chamorro
  2. Wednesday, 17 April 2019 19:11 PM UTC
Thank you very much Dr Smith. It work Perfect.



Regards,



Clarence
  1. Helpful
There are no comments made yet.
David Peace (Powersoft) Accepted Answer Pending Moderation
  1. Wednesday, 17 April 2019 15:31 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # 2

I would have thought that '~n~r' would have worked. But failing that char(13) + char(10) might do it.

Regards

David

Comment
  1. Clarence Chamorro
  2. Wednesday, 17 April 2019 19:11 PM UTC
Thank you very much Dr Peace. It work Perfect.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.