16
D Draw (Absolute)
D destination...
destination specifies the endpoint of the point you wish and is a X-Y
coordinate. (The start point of the line is the current Pen position)
destination may be repeated to draw more than one line.
D draws a line from the current pen position to a destination point. The
destination point (e.g., the point where the line ends) is in the form x,y where X
and Y are a coordinate pair with respect to the Origin.
lf more than one pair of coordiantes are specified then the line will be
continued to the second point, then to the third point, etc. X and Y are values
between-999 and 999.
Example Program
10 LPRINT CHR$(18); "C0"
20 LPRINT "D0,150,200,150, 200,0,0,0"
30 LPRINT "A"
40 END
Result
Summary of Contents for DPL-400
Page 2: ......
Page 3: ......
Page 8: ...5 MECANISM UNIT PEN HOLDER UNIT...
Page 14: ...11 3 DPL 400 Code Table DPL 400 as follows has a code Table perfectly identified with MSX Code...
Page 35: ......
Page 36: ......
Page 37: ......