Re: Trying again and sharing results
Re: Trying again and sharing results
- Subject: Re: Trying again and sharing results
- From: Mike Skinner <email@hidden>
- Date: Mon, 30 Jul 2001 10:37:53 -0700
on 7/30/01 2:19 AM, Brennan Young at email@hidden wrote:
>
Mike Skinner <email@hidden> wrote
>
>
Just skimming the digest, and not germane to your explorations of icons,
>
graphic converter etc., I notice this snippet:
>
>
set alphabet to {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K",
>
"L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"}
>
>
.... which can always be condensed to
>
>
set alphabet to (characters of "ABCDEFGHIJKLMNOPQRSTUVWXYZ")
>
>
At the very least, this fits more neatly into an email, and is less typing.
>
>
--
>
_____________
Hi Brennan
(Do I recognize that name from Direct-L?)
I'm just starting with Applescript, so I didn't know you could do that,
that's handy. Thanks. I just couldn't figure out any way (with what I knew)
to increment alphabetically other than putting the whole thing in a list.
Any ideas on where to look for using PICT data in a script?
Mike