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

⟦03f6f5357⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »RANDOM.BAS«

Derivation

└─⟦a2831e659⟧ Bits:30004217 MBASIC r5.21 og BASIC programmer
    └─ ⟦this⟧ »RANDOM.BAS« 

TextFile

5 A$=""
10 OPEN "R",#1,"FILE",64 
20 FIELD #1,128 AS INP$
30 FOR I%=1 TO 10
40 FOR J%=48 TO 111
45 A$=A$+CHR$(J%)
50 NEXT J%
55 LSET INP$=A$
60 PUT #1,I%
70 NEXT I%
80 CLOSE #1
«eof»