| Programming C# C++ (7) Delphi (604) .NET (2) Database (72) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (243) Java (8) JavaScript (56) perl (40) php (12) VBScript (1) Visual Basic (1) |
Have a Delphi application write to standard error output (STDERR)
(1 votes). Leave comments and/ or rate it.
Question: WriteLn writes to STDOUT. How do I write to STDERR, the standard error output?Answer: Use the predefined text file variable ErrOutput as shown in the example code below. This has been around since Turbo Pascal 1.0.
Comments:
|