Answers for "add to array applescript"

0

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"}
Posted by: Guest on July-16-2020
0

add to array applescript

sadaed
Posted by: Guest on August-09-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language