<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > WCon > WCon_Locate |
Description
Sets cursor at given column and row
Syntax
WCon_Locate(column, row)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
column |
Numeric |
No |
WCon window column |
row |
Numeric |
No |
WCon window row |
Remarks
Restrictions
Does not alter cursor position
See also
Examples
WCon_Locate 5, 5