Navigation: thinBasic Modules > Console > Console_Line |
|
Description
Draw a line in console window.
Syntax
Console_Line(XPos, YPos, Len [, Direction])
Returns
Parameters
Name |
Type |
Optional |
Meaning |
XPos |
Number |
No |
Start X position of the line |
YPos |
Number |
No |
Start Y position of the line |
Len |
Number |
No |
The length of the line |
Direction |
Number |
No |
Vertical or horizontal. Possible values: %Console_Line_Vertical %Console_Line_Horizontal |
Remarks
This function will check current ascii char before printing line char in order to be able to create grids.
Still to be finished
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |