home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
35.dms
/
35.adf
/
join.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1988-05-22
|
133 b
|
8 lines
100 input a: ? a
110 a$ = mks$(a)
120 for i = 1 to 4
130 b$ = mid$(a$,i,1)
131 ? hex$(asc(b$))
140 next i
200 goto 100