DTP駆け込み寺

[ 返信 ]

Re: テンポラリフォルダ

セクションごとの検証では、動くのに
一連の動作を一気に処理するとエラーになるという事かな...

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)


残り2件

  1. [16570] 作成した直後のファイルをAppleScriptで扱う場合のエ わん 2014/04/16 15:06
    1. [16574] Re: 作成した直後のファイルを... delay 2014/04/16 21:14
      1. [16577] テンポラリフォルダ わん 2014/04/18 15:27
        1. [16578] Re: テンポラリフォルダ エスパー魔美 2014/04/18 16:30
          1. [16582] 1度でも配置できれば、後はエラー無しで わん 2014/04/18 17:25 *
            1. [16590] Re: 1度でも配置できれば、後はエラー無しで -e 2014/04/21 12:46