Instead of toUpper

Robert Brenstein rjb at robelko.com
Sat Nov 29 17:07:35 EST 2008


On 29/11/08 at 21:51 +0100 Melitón Cardona Torres apparently wrote:

>     repeat with x = 1 to the number of chars of upText
>       put char x of upText into aChar
   ....
>     end repeat

could be

     repeat for each char aChar in upText
   ....
     end repeat

Robert



More information about the use-livecode mailing list