Quoting Dwayne Rothe <[EMAIL PROTECTED]>:

> Thanx Frank,
> Your suggestion worked perfectly, I used a slight variation so I could also
> retain the original textFont...
> 
> lock screen
> if the clipboard is text then paste
> set textFont of char 1 to (the number of chars in fld "Field") of fld "Field"
> to Tahoma
> set textSize of char 1 to (the number of chars in fld "Field") of fld "Field"

Just a small thing to save typing:

char 1 to (the number of chars in fld "Field") of fld "Field" = char to -1 of
fld "field"

Signe Marie Sanne
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to