Set pixel

 BBS: Inland Empire Archive
Date: 02-16-93 (16:06)             Number: 343
From: AARON LAPIKAS                Refer#: NONE
  To: MIKE REDDING                  Recvd: NO  
Subj: Set pixel                      Conf: (2) Quik_Bas
Hi Mike!

> What command sets pixels in Quick Basic. I tried the old BASCOM
> command PSET, but the format it wrong. It keeps wanting an equal
> sign somewhere.

You're right, it's PSET.  Here is an example:

SCREEN 13
PSET (100, 100), 231

This illuminates the pixel at 100, 100 using the color attribute 231.

Aaron
$$
--- TMail v1.31.3
 * Origin: * 20/20 TBBS * 312-769-2020 @2400 * 275-1785 @9600 (1:115/769)
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