Re: Trying again and sharing results
Re: Trying again and sharing results
- Subject: Re: Trying again and sharing results
- From: Brennan Young <email@hidden>
- Date: Mon, 30 Jul 2001 11:19:14 +0200
- Organization: Magic Lantern
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.
--
_____________
Brennan