Library Use Statement Question
Library Use Statement Question
- Subject: Library Use Statement Question
- From: Christopher Stone <email@hidden>
- Date: Fri, 20 May 2016 08:45:47 -0500
Hey Folks,
Weren't we able to do this in Mavericks?
------------------------------------------------ use script "z_Test" set outputText to my TEST_LIBRARY_HANDLER() # A handler from the “z_Test” library. ------------------------------------------------
It fails on El Capitan.
This type of terminology is required on El Capitan (or an explicit tell block):
------------------------------------------------ use zTestLib : script "z_Test" set outputText to TEST_LIBRARY_HANDLER() of zTestLib ------------------------------------------------
When did that change, and is it documented anywhere?
TIA.
|
_______________________________________________
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