Localization

Trevor DeVore lists at mangomultimedia.com
Fri Feb 12 10:23:09 EST 2010


On Feb 12, 2010, at 10:21 AM, Jeff Massung wrote:

> on mouseUp
>   put the unicodeText of fld "src" into fld "dst"
>   set the unicodeText of fld "rep" to fld "dst"
> end mouseUp

Try:

set the unicodeText of field "dst" to the unicodeText of field "src"

When you "put into" a field you are setting the "text" property.

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: http://revolution.bluemangolearning.com



More information about the use-livecode mailing list