[futurebasic] Re: [FB] Saving Data to file

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 1999 : Group Archive : Group : All Groups

From: "Pete" <furbies@...>
Date: Wed, 21 Jul 1999 22:43:30 +1000
> What is the quickest way to save data to a file.  I have mixed string, 
> integer and floats and I do not what to use global variables?
>
> I assume I can not use DIM RECORD or WRITE FILE because these require
> global variables?
>
> Thanks,
> Ken

use XREF@ and handles, and then you can just write the handles out

Pete...