Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3791

Linefeeds getting stripped in Windows, MacOS is fine

$
0
0

I have the following code that I’m using to open up the default email client on the system and the line feeds are not making it to the email client. It’s just one long line in the body. I checked the string, body and it’s fine. Once this line of code is run the issue occurs.

System.GotoURL(“mailto:”+recipient+“?cc=”+iv_cc+“&subject=” + subject + “&body=”+body)

Any ideas?

11 posts - 6 participants

Read full topic


Viewing all articles
Browse latest Browse all 3791

Trending Articles