[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
KBD Predefined Standard File pp 105
Define: KBD is the predefined text file for the KBD: device.
Purpose: Default standard input file. Assigned to KBD: device.
Notes: Use of Assign, Reset, ReWrite, and Close is illegal here.
Reading from the standard KBD file is identical to the read
CON file except that input is not echoed to the screen.
Usage:
VAR
StrVar : String [80]; { Allow 80 bytes maximum input }
BEGIN
ReadLn (KBD,StrVar) ; { Read from standard file KBD }
ReadLn (StrVar) ; { CON is assumed input file by default }
END.
See Also:
Aux
Con
Lst
Trm
Usr
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson