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 - download

⟦914c981d8⟧ TextFile

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

Derivation

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

TextFile

GO TOP
SET EXACT ON
DO WHILE .NOT.EOF
   STORE REF:CODE TO MREFC
   SKIP
   IF (.NOT.EOF).AND.(REF:CODE=MREFC)
         ? 'FIRST OCCURENCE:'+STR(#-1,5)
         ? 'NEXT  OCCURENCE:'+STR(#,5)
         WAIT
   ENDIF
ENDDO
RETURN

«eof»