set TexData to "" set FileName to (choose file name) as string tell application "Adobe Illustrator" tell document 1 set boxnum to count text frames repeat with N from 1 to boxnum set TexData to TexData & contents of text frame N & return & return end repeat end tell end tell open for access file FileName with write permission write TexData to file FileName close access file FileName
コメントする