[futurebasic] background color

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 1999 : Group Archive : Group : All Groups

From: Bowerbird@...
Date: Thu, 15 Jul 1999 21:32:06 EDT
cheryl said:
>   I want to set the background color of the window.

long color blue%,green%,red%,0
cls

note that the constants for _foreground and _background
are listed incorrectly in the "long color" documentation:
use no parameter for foreground color, 0 for background.

-bowerbird