Re: EOF error on one user's Mac
Re: EOF error on one user's Mac
- Subject: Re: EOF error on one user's Mac
- From: "Ethan Rips" <email@hidden>
- Date: Fri, 27 Feb 2004 12:15:16 -0500
- Priority: normal
Emmanual<
You've provided me with a cool tool. Thanks!
About the script: This is weird. The script chokes on the call to the
cleanFinancials handler here:
repeat with i from 1 to count of propList
set a to item 1 of (item i of propList)
set b to item 2 of (item i of propList)
cleanFinancials(a, b)
end repeat
I've reviewed the section of the ASLG relating to positional handlers, but I
don't see anything that should be causing this problem. The call to the
handler seems correct & given that the variables used within the handler are
unique, there doesn't seem to be a scope issue either.
Am I going nuts? What am I missing? Any hints?
Thanks.
Ethan
On 2/27/04 10:45 AM, "Emmanuel" <email@hidden> wrote:
>
At 10:23 AM -0500 27/02/04, Ethan Rips wrote:
>
> . (I can check my code<as I did when I wrote the script<in Script
>
> Debugger on OS X, but I can't see any practical way to step through the code
>
> in my user's environment with Script Editor.
>
> Has anyone got any suggestions on how to troubleshoot this?
>
>
Step through the script with Smile ...
>
>
Emmanuel
>
The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee.
Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized.
If you are not the intended recipient please notify us immediately by returning the e-mail to the originator.(A)
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.