Code: Select all
(replace "Sherlock" text "Ellery" 0)
(replace "Holmes" text "Queen" 0)
Code: Select all
(map (fn (e) (replace (first e) text (last e) 0)) '(("Sherlock" "Ellery") ("Holmes" "Queen")))
Code: Select all
(replace-each '("Sherlock" "Holmes") text '("Ellery" "Queen") 0)
I don't know why I posted this in the Windows area. Sorry. Slip of the mouse...