Re: list manipulation
Re: list manipulation
- Subject: Re: list manipulation
- From: Ray Robertson <email@hidden>
- Date: Fri, 14 Apr 2017 13:51:42 -0400
Yvan and Chris answered well. Negative indexing and Shane’s utilities are great. I wanted to make sure you are familiar with list filtering by class:
set sampleList to {1, "some text", 45.5, 50, "more text"} text of sampleList reals of sampleList integers of sampleList numbers of sampleList
You can also use “some item of” if you want to get random…
Ray |
_______________________________________________
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