Re: Applescript LetterRip Server
Re: Applescript LetterRip Server
- Subject: Re: Applescript LetterRip Server
- From: Emmanuel <email@hidden>
- Date: Tue, 20 May 2003 00:48:47 +0200
At 3:04 PM -0700 19/05/03, Jeff Grossman wrote:
>
Okay, well they both give me the stack overflow error. Is that usually an
>
error with the applescript code or the application itself?
"Usually" it's the scripter who writes a recursive call such as:
----------
on fred()
bert()
end fred
on bert()
fred()
end bert
----------
[1]
Since such does not seem to be your case, I'm afraid the application is guilty.
Emmanuel
[1] [OT] pretty British, huh? [2]
[2] [OT] (footnotes, too)
_______________________________________________
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.