Re: chevrons
Re: chevrons
- Subject: Re: chevrons
- From: "Arthur J. Knapp" <email@hidden>
- Date: Wed, 01 Oct 2003 15:14:49 -0400
>
Date: Tue, 30 Sep 2003 15:48:56 -0400
>
From: Steve Roy <email@hidden>
>
Subject: Re: chevrons
>
Steve Mills <email@hidden> wrote:
>
> tell app "blah"
>
> set <<property 1234>> to true
>
> end tell
>
> When I compiled it, "property" got replaced with "class".
>
It's supremely annoying to have to paste 'property' over 'class' every
>
time I want to compile the script, and I wish why it does this too.
property hack : run script "
script
on SetBoolean(b)
tell app \"blah\" to set +property 1234; to b
end
end"
hack's SetBoolean(true)
{ Arthur Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
Philadelphia : Roxborough / Manayunk / East Falls / Andorra
}
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.