[futurebasic] Re: [FB] TEXT files v TEXT rsrcs

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2002 : Group Archive : Group : All Groups

From: gnome <gnome@...>
Date: Thu, 6 Jun 2002 22:42:58 +0200
Le jeudi 6 juin 2002, à 10:10 , Bowerbird@... a écrit :

>>   BTW, does anyone know what the size limit is for a TEXT rsrc?
>
> 32k.
>
> but a textfile can be of any file.
> you can thus break up a large file into
> chunks and store them in text resources.

whereas if you did it as a single flat textfile, you can store up
to 2GB of data, this can even be 2G of single bytes if you want...

flatfiles, the way to go...

you can also have, in this manner, 'chunks' of text
greater than 32K [use robert purves routines to display],
and so you're not stuck with a 32K limit.

flatfiles, the way to go...

let the user save it where she wants. keep a FFSpec that points to
and change to an alias to resolve if she moves it.

flatfiles, the way to go...

:-j