|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 384 (0x180)
Types: TextFile
Names: »LST«
└─⟦31a512eaf⟧ Bits:30009429 50004846
└─⟦a415da17f⟧
└─⟦this⟧ »LST«
'
' ********** TEST PARAMETER FILE READING
'
PRINT "OPENING PARAMETER FILE..."
OPEN "R",#1,"A:TPARAM.DAT",RECL = 252
FIELD #1,126 AS PZ1$,126 AS PZ2$
GET #1,10:BP$=PZ1$+PZ2$
PRINT "THIS IS THE FIRST RECORD READ - I.E. RECORD 10"
PRINT BP$
END
«eof»