Re: Trim?
Re: Trim?
- Subject: Re: Trim?
- From: John Delacour <email@hidden>
- Date: Sat, 3 Aug 2002 20:01:35 +0100
At 12:09 pm -0400 3/8/02, Paul Skinner wrote:
John Delacour wrote on Sat, 3 Aug 2002 02:35:46 +0100:
set s to " This is a string "
set AppleScript's text item delimiters to {space}
set s to "" & words of s
set AppleScript's text item delimiters to {""}
return s
You could skip some of the looping.
set inputText to " ...
What looping?
_______________________________________________
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.
References: | |
| >Re: Trim? (From: Paul Skinner <email@hidden>) |