AppleScript名:同じ文字を指定回数繰り返して出力 |
retSeriesOfSameChar("絆", 30) on retSeriesOfSameChar(aChar, aCount) set outStr to "" repeat with i from 1 to aCount set outStr to outStr & aChar end repeat end retSeriesOfSameChar |
More from my site
(Visited 81 times, 1 visits today)