count items in list applescript

Solutions on MaxInterview for count items in list applescript by the best coders in the world

showing results for - "count items in list applescript"
Niclas
04 Nov 2018
1set myList to {"Problem", "There was a problem", "Bummer"}
2set listSize to count of myList
3