Find & Replace

Mike Bonner bonnmike at gmail.com
Sat Jul 23 14:25:56 EDT 2016


If it will still work using "set" rather than "put.. into.."
replace unicodetext with text
so that this: set the unicodeText of fld "fPROC" to numToCodePoint(57669)
becomes this: set the Text of fld "fPROC" to numToCodePoint(57669)
Don't know if it will work, but it seems that if you can just put
numocodepoint(blah) into.. that setting the text should work too.

On Sat, Jul 23, 2016 at 11:14 AM, [-hh] <hh at hh.on-rev.com> wrote:

> Richmond:
> > but as I have a vast number of controls to work through
> > that is still going to be extremely tedious
>
> One click?
>
> on mouseUp
>   repeat  ... stacks ...
>     repeat ... cards of stack
>       repeat ... parts of card
>         replaceMyThings(the script of part ...)
>       end repeat
>     end repeat
>   end repeat
> end mouseUp
>
> The function has a performance 2Mbyte/second.
>
> No? You could try to use matchText ...
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Find-Replace-tp4706922p4706943.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list