Re: Out of Memory reading file
Re: Out of Memory reading file
- Subject: Re: Out of Memory reading file
- From: g3pb <email@hidden>
- Date: Tue, 27 Mar 2001 08:39:30 -0900
are you certain that the file has a "Mac" return character as the record
seperator?
-- hcir
mailto:email@hidden
Made with a Mac!
>
>
I'm trying to write a script to read a simple text file line by line.
>
using (having opened the file, handle in 'file_ref') :
>
>
set myInputLine to read file_ref as text before return
>
>
The script will bomb out with an 'Out Of Memory' error unless I allocate
>
the size of the file I'm reading to the script (files usually 20MB+).