セクションごとの検証では、動くのに
一連の動作を一気に処理するとエラーになるという事かな...
AppleScriptの書き出し処理で、テキストの開放処理がちゃんとされていないのでは?
**テキスト作成*****
open for access file _textName with write permission
write "あいうえお" at (eof) to file
close access file _textName
try
**処理*****
on error msg number errNo
tell application "Finder"
activate
display dialog "error !!" & return & return & "errNo:" & (errNo as text) & return & "err内容:" & msg buttons {"go to next JOB"} default button 1 giving up after 60
end tell
end try
情報が少ないです。
エラー番号だけで無く、エラー内容は?
[16578] エスパー魔美 (2014/04/18 Fri 16:30)