Error in help file

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Error in help file Tue Dec 01, 2020 7:13 am • by tonyedgecombe
In the using AppleScript or JavaScript section this:

Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:{color,flavor}}

should be:

Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:[color,flavor]}
tonyedgecombe
 
Posts: 2
Joined: Tue Dec 01, 2020 7:09 am

Re: Error in help file Tue Dec 01, 2020 11:34 am • by Mr_Noodle
AppleScript lists use {} not [].
Mr_Noodle
Site Admin
 
Posts: 11868
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Error in help file Tue Dec 01, 2020 5:19 pm • by tonyedgecombe
You are right, I didn't read it thoroughly enough.
tonyedgecombe
 
Posts: 2
Joined: Tue Dec 01, 2020 7:09 am


Return to Support