set length of list applescript code example
Example: size of 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