Re: How to "Tell" a varible name
Re: How to "Tell" a varible name
- Subject: Re: How to "Tell" a varible name
- From: David Blache <email@hidden>
- Date: Thu, 08 Feb 2001 11:17:01 -0600
on 2/8/2001 4:57 AM, Emmanuel at email@hidden wrote:
>
> Now the snippet will not compile but gives an error message:
>
>
>
> Can't set <<class Prlm>> to realmslist
>
> Access not allowed.
>
>
This is a minor bug of AppleScript (which is documented somewhere in
>
Smile's help I think).
>
>
The problem arises with properties of the application. You've got to write
>
something like "its" before such a property. (Sorry not to be more
>
specific).
Interesting. This makes the script compile, but still results in
AppleScript changing the word from "property" to "class".
I wonder, is this correct behavior? Are these actually properties or
classes?
Thank you for the information, Emmanuel!
-David