Re: Script Object Order in Script
Re: Script Object Order in Script
- Subject: Re: Script Object Order in Script
- From: Helmut Fuchs <email@hidden>
- Date: Tue, 24 Jul 2001 19:13:45 +0200
Arthur J Knapp <email@hidden> wrote:
Is this a bug, or a feature? :
Can't answer this question, but I can make the script run: if you add
"my" to your reference of zzz it works fine:
script aaa
property whatever : "aaa"
end script
on CheckScriptProperties()
whatever of aaa --> "aaa"
whatever of my zzz --> "zzz"
end CheckScriptProperties
script zzz
property whatever : "zzz"
end script
CheckScriptProperties()
Seems to be one of those cases where AppleScript doesn't adhere to
its own scoping rules as "documented" in the "AppleScript Language
Guide".
--
Helmut
** still missing Newton Inc., Newt itself and NewtonScript very much **