Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

add to array applescript

set theList to {"cyan", "magenta", "yellow"}
set newColor to "black"
set end of theList to newColor
theList
-- {"cyan", "magenta", "yellow", "black"}
 
PREVIOUS NEXT
Tagged: #add #array #applescript
ADD COMMENT
Topic
Name
9+6 =