Question
Single line find/change command?
I have to create a complex find/change AppleScript script with hundreds of text conversions, for which the following syntax seems bulky and awkward, at least in contrast to earlier scripting languages:
set find what of find text preferences to "c`"
set change to of change text preferences to "ĉ"
change text
Does anyone know of a way to get this on a single line?
Thanks,
Roy McCoy
set find what of find text preferences to "c`"
set change to of change text preferences to "ĉ"
change text
Does anyone know of a way to get this on a single line?
Thanks,
Roy McCoy