Re: Scope/Context issue?
Re: Scope/Context issue?
- Subject: Re: Scope/Context issue?
- From: Skeeve <email@hidden>
- Date: Tue, 05 Feb 2008 23:11:51 +0100
Kurt Klamp wrote:
try this
-- ScriptB.app
property a : 0
property pathtoA : "PathToScriptA"
on run
set a to load script file pathtoA
repeat 3 times
tell a to run
end repeat
store script a in file pathtoA
end run
-- -- -- -- -- -- -- --
Strange. It works. Must have made some stupid typo in my test. It works
even if I don't make a and pathtoA properties but simple variables as I
had them in my test.
Thanks for helping!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden