AppleScript名:1Dリスト内の数値をすべて文字列化 |
— Created 2017-01-30 by Takaaki Naganoya — 2017 Piyomaru Software use AppleScript version "2.4" use scripting additions use framework "Foundation" set anArray to current application’s NSArray’s arrayWithArray:{1, 2, 3} set aVal to anArray’s valueForKey:"stringValue" –> (NSArray) {"1", "2", "3"} |
More from my site
(Visited 19 times, 1 visits today)