Re: Convert first char to lower case
Re: Convert first char to lower case
- Subject: Re: Convert first char to lower case
- From: has <email@hidden>
- Date: Wed, 9 Jan 2002 18:50:59 +0000
Paul Berkowitz wrote:
>
Somebody tested recently and claimed that
>
>
set AppleScript's text item delimiters to "a"
>
>
actually worked faster than
>
>
set AppleScript's text item delimiters to {"a"}
I can't remember if they said it was faster, or just that it leaked less
memory. :p
But either way works, so I'm happy to go with what's most convenient.
has