Re: HELP

 BBS: Inland Empire Archive
Date: 02-11-93 (07:59)             Number: 348
From: HARRY GISH                   Refer#: NONE
  To: ZACK JONES                    Recvd: NO  
Subj: Re: HELP                       Conf: (2) Quik_Bas
 HG> Use PUT (it works in text as well as graphics in ZB),

 ZJ> Do the other Basics have an equivalent PUT
 ZJ> statement that you're aware of?

No, and there's no reason for them not to. Makes doing pop-
up windows in programs quite simple. Why they don't I don't
know because there's absolutely no reason not to and the
benefits are tremendous (actually due to the memory sizes
involved the text GET and PUT make more sense in text, if
anything).

But then neither do the other BASIC's allow color syncing, either. Try this:

Go into 16 color EGA (640x350) or VGA (640x480) and set
background to blue with white text. Now draw an object
(circle, rectangle, etc.) filled with red. Try to write
text in the object without getting a blue border (looking
like a Dymo label) around the text. In ZB you do it with:

COLOR 15,1
PRINT"Text"
COLOR4
BOXFILL100,100TO300,300
COLOR4XOR1+128
PRINT%(150,150)"Synced text"

--- Maximus/2 2.01wb
 * Origin: ACCESS BBS (1:124/2122)
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