Title: Re: Problem: Entourage Many to Word Script
I HAVE DISCOVERED that I used the incorrect order for parameters for my search/replace routine. Make this change: At the end of the "unwrap" routine, replace the last eight lines as follows:
if theNewText contains " " then
set theNewText to my SearchReplace(theNewText," ", " ")
end if
if theNewText contains " " then
set theNewText to my SearchReplace(theNewText," ", " ")
end if
return theNewText & return
end unwrap
I will post an updated script to the appropriate places immediately, as v1.3.
- Re: Problem: Entourage Many to Word Script Allen Watson
- Re: Problem: Entourage Many to Word Script Allen Watson
- Re: Problem: Entourage Many to Word Script Allen Watson
