Can one permanentaly change a text field's case to capitals?
Ken Ray
kray at sonsothunder.com
Mon Jan 30 21:37:00 EST 2006
On 1/30/06 8:05 PM, "Jim Ault" <JimAultWins at yahoo.com> wrote:
> Just curious.. what if the user does copy-paste?
Then you do this:
on pasteKey
put toUpper(the clipboardData["text"]) into the selection
end pasteKey
Simple, no?
Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com
More information about the use-livecode
mailing list