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

  1. * setlinestyle                          internal
  2. setlinestyle(style, direction, thickness) sets the line style, where style 
  3. is the style name, direction is the line direction, thickness is the 
  4. thickness of the line.
  5. it only works on the graphics mode.
  6. See also: setlinestyle, settextstyle.
  7. e.g. graph, setlinestyle(2,1,2), line(100,100,300,300), readchar, text
  8.