Find & Replace

Richmond richmondmathewson at gmail.com
Sat Jul 23 12:12:59 EDT 2016


Here's a puzzle:

I need to replace thousands of lines like this:

set the unicodeText of fld "fPROC" to numToCodePoint(57669)

with this:

put numToCodePoint(57669) into fld "fPROC"

the problem is that the number of the codePoint is different in each case.

Wildcards?

Richmond.




More information about the use-livecode mailing list