Hi there

I am using BudAPI to send an email from Director (PC and Mac), the code I am
using is below. Now this works fine on the PC but on the Mac, the email is
coming out on all one line - in other words it is not recognising the line
feed.

Can anyone suggest a way to get it to recognise the line feed on the Mac.

Thanks

Paul


  LF = urlEncode(RETURN)


  theRecipient=the text of member "To"

  theSubject="A Challenge From A Friend"

  theCode=the text of member "Codeword_Display_Field"

  theMess = "Hi there!" &LF
  theMess = theMess &LF&LF
  theMess = theMess & "I have sent you a code to enter into the Egame." &LF
  theMess = theMess &LF&LF
  theMess = theMess & "The code is: " & theCode
  theMess = theMess &LF&LF
  theMess = theMess & "The game can be downloaded from the following url:"
&LF
  theMess = theMess & "http://www.greatideasfor.co.uk/egame/egame.zip" &LF


  baOpenURL("mailto:" & theRecipient & "?subject=" & theSubject & "&body=" &
theMess, "normal")


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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