home *** CD-ROM | disk | FTP | other *** search
- u PRINT THIS
-
- SUPPRESS ERROR/CONTROL MESSAGES
- -------------------------------
-
- POKE 157,0
-
- Suppresses error and control
- messages
-
- POKE 157,64
-
- Suppresses error messages
-
- POKE 157,128
-
- Suppresses control messages
-
- POKE 157,192
-
- Enables control and error messages
-
- NOTE: The POKE157 command must be on
- the same line as the LOAD command.
-
-
-
-