Re: resetting record values to ""
Re: resetting record values to ""
- Subject: Re: resetting record values to ""
- From: Michelle Steiner <email@hidden>
- Date: Tue, 2 Jan 2001 09:05:11 -0800
On 1/2/01 8:33 AM, John W Baxter <email@hidden> wrote
>
All this is a little more visible if you have keywords and variables styled
>
differently in you AppleScript preferences.
I do. Keywords are underlined and variables are green. That's how I
spotted "state" and "month" among the labels in that record. And that's
why I couldn't understand how a keyword could be used as a record label,
which is in essense a variable.
Here's something else.
set month to "January"
does not compile, of course, but
set state to "NY" does compile, but gives a run-time error.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | Hard as it may be to believe, my |
| email@hidden | life has been based on a true story. |
----------------------------------------------------------------------