DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦51e3e8dc7⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »LST«

Derivation

└─⟦31a512eaf⟧ Bits:30009429 50004846
    └─⟦a415da17f⟧ 
        └─⟦this⟧ »LST« 

TextFile

'
' ********** 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»