Re: Open for access/out of memory
Re: Open for access/out of memory
- Subject: Re: Open for access/out of memory
- From: Emmanuel <email@hidden>
- Date: Thu, 15 Nov 2001 00:42:54 +0100
At 18:00 +0100 14/11/01, email@hidden wrote:
>
>
Does anyone know the memory limitations of the "read" command. I.e. read
>
myFile until return. This is the command typically associated with the open
>
for access and close access commands. The read command works great for the
>
most part, but I'll get a Finder "out of memory" error if I try to read a
>
line from a 400K file. There is plenty of RAM available on the machine.
Finder?
Could it be that you encapsulated the read command in a "tell app Finder"
wrapper? Some people here have stated that it might be no good.
Emmanuel