Now that Ive had to abandon some beloved classic OSAX, Im searching for new answers. Does anyone know if there is an easy way to sort arrays of lists in AppleScript or via an OSAX? For example, I would like to be able to sort this array by either the text value or the number value:
{{Dinner Music, 27}, {Bedtime Music, 38}, {Party Music, 47}}
Some of the old OSAX would also let you do things like turn that array into
{Dinner Music, Bedtime Music, Party Music}
or
{27, 38, 47}
Does anyone have recommendations for OSAX that perform similar operations?
Thanks,
{{Dinner Music, 27}, {Bedtime Music, 38}, {Party Music, 47}}
Some of the old OSAX would also let you do things like turn that array into
{Dinner Music, Bedtime Music, Party Music}
or
{27, 38, 47}
Does anyone have recommendations for OSAX that perform similar operations?
Thanks,