try fooling with this

 BBS: SPOKANE CENTRAL
Date: 10-30-93 (09:13)             Number: 97
From: SYSOP LOUIS #1 @9663         Refer#: 97
  To: PUBLIC POST                   Recvd: NO  
Subj: try fooling with this          Conf: (21) QUICKBASIC

RE: Hey... BY: Flame #4 @5702 Msg Reply Status - No Reply Necessary IF AnsiFlag$ >= "1" THEN AnsiReset$ = " [0m" ' Put all mode to off, reset Blink$ = " [5m" ' Put in blinking mode Invert$ = " [7m" ' Put in reverse video mode Bright$ = " [1m" ' Put in high intensity mode (bright) Down$ = " [1B" ' Cursor one line down Up$ = " [1A" ' Cursor one line up SavePos$ = " [s" ' Save current cursor position RestorePos$ = " [u" ' Restore cursor position EraseLine$ = " [K" ' Erase current line Black$ = " [30m" ' Red$ = " [31m" ' Green$ = " [32m" ' Yellow$ = " [33m" ' Foreground text color Blue$ = " [34m" ' Magenta$ = " [35m" ' Cyan$ = " [36m" ' White$ = " [37m" ' BlackBack$ = " [40m" ' RedBack$ = " [41m" ' GreenBack$ = " [42m" ' YellowBack$ = " [44m" ' Background text color BlueBack$ = " [44m" ' MagentaBack$ = " [45m" ' CyanBack$ = " [46m" ' WhiteBack$ = " [47m" ' END IF $$46 --- QScan v1.01b * Origin: Steve's BBS Node 1:229/140 (1:229/140)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET