Hi all,
I'm having a lot of difficulty researching this, I don't even know if it's possible anymore. We have a text file like:
Apples ($100)
Bananas ($400)
Desktop Computers ($30)
Dogs and Cats ($250)
We need to sort it by the value.
Bananas ($400)
Dogs and Cats ($250)
Apples ($100)
Desktop Computers ($30)
I don't have much experience with applescript but in other programming languages i'd just split this in a 2d array and sort it. Is there such thing in applescript?
Could anyone just point me out in a direction? There isn't such thing as an 2d array in applescript and I don't know if this is possible.
Thank you.
Leo
I'm having a lot of difficulty researching this, I don't even know if it's possible anymore. We have a text file like:
Apples ($100)
Bananas ($400)
Desktop Computers ($30)
Dogs and Cats ($250)
We need to sort it by the value.
Bananas ($400)
Dogs and Cats ($250)
Apples ($100)
Desktop Computers ($30)
I don't have much experience with applescript but in other programming languages i'd just split this in a 2d array and sort it. Is there such thing in applescript?
Could anyone just point me out in a direction? There isn't such thing as an 2d array in applescript and I don't know if this is possible.
Thank you.
Leo