Re: Applescript LetterRip Server
Re: Applescript LetterRip Server
- Subject: Re: Applescript LetterRip Server
- From: Jeff Grossman <email@hidden>
- Date: Mon, 19 May 2003 15:04:31 -0700
on 5/19/03 2:23 PM, Michelle Steiner at email@hidden wrote:
>
On Monday, May 19, 2003, at 01:35 PM, Jeff Grossman wrote:
>
>
> I do have one question though. In the later code, should I have:
>
>
>
> close access FishadsAddressFile
>
>
>
> to WriteFile(theAddressFile, aName, anAddress)
>
> write aName & tab & anAddress & return to theAddressFile
>
> end WriteFile
>
>
>
> Or should it be:
>
>
>
> close access FishadsAddressFile
>
>
>
> to WriteFile(FishadsAddressFile, aName, anAddress)
>
> write aName & tab & anAddress & return to FishadsAddressFile
>
> end WriteFile
>
>
I would think that either should work, so long as the variable in the
>
parameter list matches the variable in the code; however, I would go
>
with the one that is not defined outside the handler.
Okay, well they both give me the stack overflow error. Is that usually an
error with the applescript code or the application itself? I have sent an
e-mail to the LetterRip list also to see if the developer can tell me what
the problem is.
Jeff
--
Jeff Grossman (email@hidden)
Director - Information Systems, Turner's Outdoorsman
http://www.turners.com
_______________________________________________
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.