1
は、私はそうのようなテキストファイルがあるとのAppleScriptリストは
0123:それ がのような特定することはできませんのでitem list 1={apples, pencils, juice}
item list 2={apricots, John Doe, the string system is amazing}
ただし、テキストファイルには、以上の6行と行の異なるテキストが含まれています
set line1 of myfile to item 1 of mylist
set line2 of myfile to item 2 of mylist
set line3 of myfile to item 3 of mylist
set line4 of myfile to item 1 of mySecondlist
set line5 of myfile to item 2 of mySecondlist
set line6 of myfile to item 3 of mySecondlist
あなたは完璧に動作しますありがとう! – evdude100