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

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