last char, Unicode and other probs.
FlexibleLearning.com
admin at FlexibleLearning.com
Wed Dec 26 13:31:17 EST 2012
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
More information about the use-livecode
mailing list