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
>
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