Data editing > Writing in the Quantum language > Printing error messages on the screen
 
Printing error messages on the screen
When the Quantum compiler finds errors in your program, it copies them to the compilation listing file. It also displays the first 20 messages onscreen.
To change the number of error messages displayed
Type:
errprint n
before the edit and tabulation sections. n is the number of messages you want to see. n must be an integer.
Example
errprint 5
This statement prints the first five error messages on the screen and in the listing file, and then any others only in the file.
See also
Writing in the Quantum language