I need to make a table in a Applescript project, but I don't know how to make a table...
on myTable_(sender)
set myTable to {"Hello","World"}
end myTable_
I need to make a table in a Applescript project, but I don't know how to make a table...
on myTable_(sender)
set myTable to {"Hello","World"}
end myTable_