Alternatively, you can also just type "%0d". I'd use URLencode to encode the
entire string, or simply type the hex code of the character with % in front,
which is all URL encoding does. If you just want individual characters, it's
simpler and faster to do it that way.

- Robert

----- Original Message -----
From: "Bertil Flink" <[EMAIL PROTECTED]>


> You can use urlEncode(RETURN), and is exactly Lingo (-:
>
> Look up URLEncode in Director Help for more options.
>
>
> Bertil Flink
> Creative Media
> [EMAIL PROTECTED]
>
> Tel: +46 8 544 013 73
> Mob: +46 706 92 18 95
>
>
> ----- Original Message -----
> From: "Michael von Aichberger" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 29, 2002 11:02 PM
> Subject: <lingo-l> sending emails with baOpenURL
>
>
> > Hi list!
> >
> > I want to enable the user of a cd-rom to send emails with his own e-mail
> > software such as Outlook.
> >
> > Fot this I could use buddyAPI's baOpenURL command:
> >
> > ok = baOpenURL("mailto:"; & where & "?subject=" & subject & "&body="&
body,
> > "normal")
> >
> > This works but the body text appears in one single line only. How do I
> > encode a line break in the URL-string?
> >
> > (RETURN, numToChar(10), numToChar(13) didn't work ...)
> >
> > I know that this is not exactly Lingo, but it I am sure that some of you
> > know the answer to this simple question and it would help me a lot!
> >
> > Thanks for any help!
> >
> > Michael
> >
> > [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]
> >
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
 for learning and helping with programming Lingo.  Thanks!]
>

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to