[AppleScript]ランダム処理【some item to 】
自分メモ兼
set theList to {"1", "2", "3", "4", "5", "6", "7"}
set theSomeItem to some item of theList
display dialog theSomeItem buttons {"OK"} default button 1
say theSomeItem displaying theSomeItem with waiting until completion
リストの中の『some』を握ります。
| 固定リンク
「AppleScriptBasics」カテゴリの記事
- [AppleScript]Dict Arrayの入れ子(ネスト)(2021.10.10)
- [Script]ARMアップルシリコンとINTELの分岐(2021.05.23)
- Function Key Codes(2020.09.06)
- Read My Scripts.app (Mountain Lion は AppleScript のルールをどう変更したか)(2012.08.12)
- [system info]ipアドレスを取得する。(2010.11.30)
この記事へのコメントは終了しました。
コメント