by Terence <tbwright@[EMAIL PROTECTED]
>
Apr 23, 2008 at 10:24 PM
And if you use a direct access file (as I do a lot when matrix data
exceeds memory possibilities), you can write to the end of the file,
but also read and search on the same file in the subroutine or even
the same main. Though it is best to save the last record number as a
global variable to know where to continue writing from.