AppleScript名:TextEditでmake時にデータを与えつつ新規ドキュメント作成 |
set a to "あいうえお"
tell application "TextEdit" make new document with properties {text:a} end tell |
(Visited 28 times, 1 visits today)
AppleScript名:TextEditでmake時にデータを与えつつ新規ドキュメント作成 |
set a to "あいうえお"
tell application "TextEdit" make new document with properties {text:a} end tell |