• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Error: Stack overflow
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error: Stack overflow


  • Subject: Re: Error: Stack overflow
  • From: Paul Berkowitz <email@hidden>
  • Date: Tue, 29 Apr 2003 07:30:47 -0700

On 4/29/03 6:53 AM, "Paul Berkowitz" <email@hidden> wrote:

> set fileRef to open for access alias "file:path"
> try
> set r to read fileRefon error
> on error
> set r to my ReadPartials(fileRef)
> end try

Silly typo. That part of the script should read, of course:

set fileRef to open for access alias "file:path"
try
set r to read fileRef
on error
set r to my ReadPartials(fileRef)
end try
close access fileRef


The handler ReadPartials(fileRef) was OK.
--
Paul Berkowitz
_______________________________________________
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.

References: 
 >Re: Error: Stack overflow (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Error: Stack overflow
  • Next by Date: Re: Error: Stack overflow
  • Previous by thread: Re: Error: Stack overflow
  • Next by thread: Re: Error: Stack overflow
  • Index(es):
    • Date
    • Thread