Does this not work...

on mouseUp
   set the useUnicode to true
   put last char of fld "INNPUT" into fld "OUTPUT"
end mouseUp

Best regards,

Hugh Senior
FLCo



Richmond wrote:

on mouseUp
   set the useUnicode to true
   ---not entirely sure whetjer that line is necessary--
   copy the last char of fld "INNPUT"
   set the traversalOn of fld "OOTPUT" to true
   --that may also be unecessary--
   put empty into fld "OOTPUT"
   select after fld "OOTPUT"
   paste
end mouseUp

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to