Re: How to properly include a script library?
Re: How to properly include a script library?
- Subject: Re: How to properly include a script library?
- From: Shane Stanley via AppleScript-Users <email@hidden>
- Date: Tue, 19 Apr 2022 13:05:52 +1000
On 19 Apr 2022, at 12:31 pm, email@hidden wrote:
>
> Is there a subtle difference between the two?
It's not really subtle: using a property statement is loading the library at
compile time, whereas the use statement will load it at run-time, as needed.
The former makes updating problematic.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
_______________________________________________
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