home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / SETBKCOL.KEY < prev    next >
Text File  |  1993-11-07  |  332b  |  8 lines

  1. * setbkcolor                                          internal
  2. setbkcolor(x) sets the background color, where the arguement value is 0 
  3. to 15, or the color word. The default background color is 0 (black).
  4. It only works on graphics mode.
  5. e.g. graph, setbkcolor(red), line(100,100,200,200), readchar,
  6. text.
  7. See also: setcolor.
  8.