Sending mail (invisibly) from inside a Mac LC (Side Issue)

Mark Talluto userev at canelasoftware.com
Fri Mar 28 18:50:38 EDT 2014





On Mar 28, 2014, at 3:46 PM, dunbarx at aol.com wrote:

> Sort of off topic on this, but if you try to paste code from the script editor, all the formatting is passed as well, and this can take quite a bit of room. It will usually prevent your message getting through to this list.
> 
> 
> always run a small utility tied to one of my Fkeys: 
> 
> 
> 
> function makePlainText tText
>   repeat for each char theChar in tText
>      put numToChar(charToNum(theChar)) after temp
>   end repeat
>   return temp
> end makePlainText 
> 
> 
> And then you simply: set the clipBoardData to makePlainText(the clipBoardData)
> 
> 
> Craig Newman


Thanks Craig,

Turns out that my email was not set up correctly.  I did run everything through TextWrangler and zapped all gremlins.  I am sure it was my malformed email.  


Best regards,

Mark Talluto
canelasoftware.com





More information about the use-livecode mailing list