Previous: 4.8.2. CRT Unit Procedures and Functions To the Table of Contents Next: 4.8.2.2. ClrEOL procedure
4.8.2. CRT Unit Procedures and Functions Table of Contents 4.8.2.2. ClrEOL procedure

- 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.


Previous: 4.8.2. CRT Unit Procedures and Functions To the Table of Contents Next: 4.8.2.2. ClrEOL procedure
4.8.2. CRT Unit Procedures and Functions Table of Contents 4.8.2.2. ClrEOL procedure

- 4.8.2.1. -