- 4.8.2.1. -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.2. CRT Unit Procedures and Functions
4.8.2.1. AssignCrt procedure
4.8.2.1. AssignCrt procedure
Targets: MS-DOS, OS/2, Win32
CRT Unit, WinCRT Unit
Associates a text file with the CRT window.
Declaration:
procedure AssignCrt(var f: Text);
Remarks:
AssignCrt works exactly like the Assign standard procedure;
however, no file name is specified. Instead, the text file is associated
with the CRT.
This allows for faster output (and input) than would normally be possible
using standard output (or input) procedure.
- 4.8.2.1. -