Basics of AppleScript

Character List

Script [6.12.1]: set myLetters to every character of "Nayan Seth"

Explanation: AppleScript enables us to convert the text of String into a character list by using command to every character of. Consider this as a character array. In Java we use the command toCharArray().

Figure 6.12.1

Figure 6.12.1 Character List