OPEN "test.dat" FOR random AS #file1 LEN = 123 FIELD #file1... PUT #file1... OPEN "test.dat" FOR random AS #file2 LEN = 123 FIELD #file2... PUT #file2... CLOSE #file1 CLOSE #file2
OPEN "test.dat" FOR random AS #file1 LEN = 123 FIELD #file1... PUT #file1... CLOSE #file1 OPEN "test.dat" FOR random AS #file2 LEN = 123 FIELD #file2... PUT #file2... CLOSE #file2