Re: EOF file error, Is there a character limit?
Re: EOF file error, Is there a character limit?
- Subject: Re: EOF file error, Is there a character limit?
- From: Nigel Garvey <email@hidden>
- Date: Wed, 8 Aug 2001 01:00:33 +0100
Dave Fugiel wrote on Tue, 07 Aug 2001 11:04:00 -0500:
>
I have a text file with one really long string
>
and when I try and read the string
>
I get : "Finder got an error: End of file error."
>
>
No matter what I do I get that error. Is there a limit
>
to the length a string can be?
>
>
Thanks for you expertise
>
Dave
>
>
Here's part of my script:
>
>
set filepath to ((path to startup disk) as string) & VSFileName
>
set file_reference to open for access file VSFileName
This should be 'set file_reference to open for access file filepath'.
NG