Find Replace in Script Editor with cr

doc hawk dochawk at gmail.com
Tue Apr 6 18:42:15 EDT 2021


sean slipped

> For instance, suppose I have multiple commands on one line separated by ;
> and I want to search for semicolon and replace with semicolon followed by
> return character to drop the remaining script onto a new line.

put the script of someThing into tscript
replace “;” with “;” & cr in script
Set the script of someTHing to tscript


More information about the use-livecode mailing list