home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
basic
/
library
/
qb_pds
/
qbfaqr01
/
comm
/
clrbuff.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
|
1992-08-09
|
193 b
|
9 lines
SUB pcrClearModemBuffer (H%)
'Purpose : To clear the modem buffer
'Input : The file handle which the com port was opened
'Return : none
A$ = INPUT(LOF(H%), H%)
END SUB