AppleScriptのアンチョコ
code:sample.scpt
display dialog "ここにメッセージを入力" default button 2 default answer "テキストボックスの初期値"
set tmpText to result
set rText to text returned of tmpText
code:sample.scpt
open location "https://rashita.net/blog/"
要素の先頭・末尾に追加
code:sample.scpt
set beginning of theList to 3
set end of theList to 3
ref.
鳶嶋工房 / AppleScript / Tips / リスト項目の追加・削除
#AppleScript
? AppleScriptの(アンチョコ|コメント|IF)