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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
