tell application "TextWrangler"
activate
make new document
set documentText to text of document 1
set textBits to text items of documentText
set text of document 1 to "This is my text" as text
end tell
레퍼런스 :If all you're doing is stripping quotation marks out of a CSV file..
No comments:
Post a Comment