[futurebasic] Re: [FB] FB^3: Storing and retrieving data

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2000 : Group Archive : Group : All Groups

From: Phil Yates <phil.yates@...>
Date: Mon, 07 Aug 2000 14:55:28 +0100
Far be it for me to suggest something that Staz hasn't, but personally, I'd
build an array (Array$(n,n)) to hold all the data, and whack this in and out
of the resource fork on startup / closedown (if it changes). If you haven't
got the code to move the array, let me know.

On one project, I bring in about 10Mb on startup, and it's so fast you don't
notice it.

Then, you can index the array how you like ...

Phil.