Re: Text Item Delimiter error
Re: Text Item Delimiter error
- Subject: Re: Text Item Delimiter error
- From: "Mohamed Shams" <email@hidden>
- Date: Sun, 18 Mar 2001 14:17:22 -0500
You can do this with one line of code if you get the Aqua Sweets scripting
additions and use the 'Munge' command which performs search and replace on
text...
Mohamed
>
I'm writing a search/replace handler and don't understand the results I'm
>
getting.
>
>
-----------------------
>
set someText to "_abcd_efg_hijk_lmnop_qrs_tuv_wx_yz_"
>
>
set thisSearch to "_"
>
>
set thisReplace to " "
>
--