Re: Script Debugger 6 Officially Released
Re: Script Debugger 6 Officially Released
- Subject: Re: Script Debugger 6 Officially Released
- From: Shane Stanley <email@hidden>
- Date: Sat, 18 Jun 2016 00:08:19 +1000
On 17 Jun 2016, at 11:57 PM, 2551phil <email@hidden> wrote:
use scripting additions use script "sorted"
set resultsList to {"d", "a", "b"} tell script "sorted" to quickSort(resultsList)
And better to use:
use scripting additions use sortLib : script "sorted"
set resultsList to {"d", "a", "b"} tell sortLib to quickSort(resultsList)
|
_______________________________________________
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