[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
TRM Predefined Standard File pp 105
Define: TRM is the predefined text file for the TRM: device.
Purpose: Unbuffered system console without editing capability.
Notes: Use of Assign, Reset, ReWrite, and Close is illegal here.
Characters are echoed to the screen.
----------------------------------------------------------------------------
Usage:
VAR
StrVar : String [8 ]; { Allow only 8 bytes of input }
BEGIN
ReadLn (TRM,StrVar); { Read from standard TRM input file }
ReadLn (StrVar); { Read from assumed TRM file }
WriteLn (StrVar); { Write back the data to TRM file }
END.
See Also:
Aux
Kbd
Con
Lst
Usr
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson