> 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...