applescript get number of items in list code example
Example: count items in list applescript
set myList to {"Problem", "There was a problem", "Bummer"}
set listSize to count of myList
set myList to {"Problem", "There was a problem", "Bummer"}
set listSize to count of myList