You can't paste? Is it that the pasted text comes over with all its styles? 
(the script editor is filled with color) If so, the size of the mail 
increases dramatically, and it is stopped by Rev's own defences.

I always change copied scripts to plain old text before pasting:

function plainText tText
    repeat for each char theChar in tText
       put numToChar(charToNum(theChar)) after temp
    end repeat
    return temp
end plainText

I set up a functionKey to process anything already in the clipboard. So I 
copy, Fkey and paste.

Or is it something more sinister? I mean, pasting, already. That is like 
breathing.

Anyone have a better way? You cannot set the textStyle or HTMLText of a 
string in a variable.

Craig Newman

In a message dated 12/17/09 5:16:57 AM, jacques.haus...@unil.ch writes:

> I cannot copy and paste scripts directly into mails (I don't know why) so 
> I
> >> rewrite them... with bugs !
> 
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to