On Mar 28, 2014, at 3:46 PM, dunb...@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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to