Type in upper case

Klaus Major klaus at major-k.de
Wed Sep 29 16:32:30 EDT 2004


Bon soir Ludovic,

> Hello,
>
> I want the user type in upper case.
> I've made a script with the keyup handler to convert lower letter in
> upper letter, but the conversion is visible.
>
> How make the conversion in the keydown handler ?

Put this into the field script:

on keydown leKey
   put toupper(leKey) after me
end keydown

Tested and works :-)

> thanks

A votre service, monsieur!

> Ludovic

Ciao ragazzo

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list