スクリプトラベルで"L01spec"と名前をつけたtext frameにファイルtempL01.txtを流し込みます。
my test("L01spec", "TAKEUCHI:作業中:temp:tempL01.txt")
on test {myLabel, FilePath}
set myLabel to myLabel as string
set FilePath to FilePath as string
tell application "Adobe InDesign CS2_J"
tell text frame myLabel of document 1
tell text 1
place FilePath
end tell
end tell
end tell
return "true"
end run
コメントする