Re: Text item delimiters

2010-09-20 Thread Ron Fleckner
On 21/09/2010, at 8:34 AM, Evan Coleman wrote: > In applescript I was able to do this: > > *set* TID *to* AppleScript's text item delimiters > > *set* AppleScript's text item delimiters *to* space > > *set* theString *to* *text** items* *of* theString >

Text item delimiters

2010-09-20 Thread Evan Coleman
In applescript I was able to do this: *set* TID *to* AppleScript's text item delimiters *set* AppleScript's text item delimiters *to* space *set* theString *to* *text** items* *of* theString *set* AppleScript's text item delimiters *to* "%20" *set* theString *to* theS