Re: Recursive Character Replacing
Re: Recursive Character Replacing
- Subject: Re: Recursive Character Replacing
- From: Emmanuel <email@hidden>
- Date: Thu, 4 Sep 2003 22:41:38 +0200
At 8:25 PM +0200 9/4/03, Jean-Baptiste LE STANG wrote:
>
It might be quicker using an osax, using Satimage.osax you can do the following :
>
>
repeat with x from 1 to count searchStuff
>
set myDosArticle to change (item x of searchStuff) into (item x of replaceStuff) in myDosArticle
>
end repeat
Or you use the latest version of Satimage.osax and write simply:
---------------------------------
set myDosArticle to change searchStuff into replaceStuff in myDosArticle
---------------------------------
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.