home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / STATLINE.LBR / SLINEOFF.BAS < prev    next >
BASIC Source File  |  2000-06-30  |  384b  |  9 lines

  1. PRINT CHR(27);"C0"    REM--> Stops inverse video
  2. PRINT CHR(27);"C1"    REM--> Stops half intensity
  3. PRINT CHR(27);"C2"    REM--> Stops infernal blinking
  4. PRINT CHR(27);"C3"    REM--> Stops any underlining
  5. PRINT CHR(27);"C7"    REM--> Disables the 25th line
  6. PRINT CHR(26)        REM--> Clears the screen/homes the cursor
  7. END
  8. cursor to the 25th line
  9. PRINT"THIS IS MY MACHINE"    REM--> Prints on the