|
|
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: 512 (0x200)
Types: TextFile
Names: »SORCHECK.PRG«
└─⟦71c82d5c0⟧ Bits:30004214 LISTAID - Partslist management system
└─⟦this⟧ »SORCHECK.PRG«
└─⟦9ce0f2175⟧ Bits:30004308/disk3.imd Listaid database backup
└─⟦this⟧ »SORCHECK.PRG«
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»