Re: TID Find and replace
Re: TID Find and replace
- Subject: Re: TID Find and replace
- From: "Eric Phillips" <email@hidden>
- Date: Wed, 08 May 2002 08:54:32 -0400
Thanks to those that responded showing that I needed to change
set theText to textReplace(theText, (", " & aString), tab)
to
set theText to textReplace(theText, (", " & aString), tab & aString)
I knew after I sent the message I would figure out the problem. On my way home form work last night this solution hit me and sure enough it worked. Thanks for the help.
Arthur, thanks for the hint on using the "contains" operation. In an effort to learn more I will also play with your method.
Eric
_______________________________________________
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.