DataMuseum.dk

Presents historical artifacts from the history of:

Christian Rovsing CR7, CR8 & CR16 CP/M

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

See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦ed5519764⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Names: »RESTRU.PRG«

Derivation

└─⟦71c82d5c0⟧ Bits:30004214 LISTAID - Partslist management system
    └─ ⟦this⟧ »RESTRU.PRG« 

TextFile

CLEAR
USE LISTA
GO TOP
DO WHILE .NOT.EOF
   STORE ITEM TO FILE
   SELE SECO
   USE CUS_STRU
   COPY STRU TO INTER
   USE INTER
   APPEND FROM &FILE
   COPY TO &FILE
   SELE PRIM
   SKIP
ENDDO
CLEAR
DELETE FILE INTER
RETURN
«eof»