MoveCursor

Moves the cursor to the specified location.

Parameters
RowVal
Row end position
ColumnVal
Column end position
Returns
None
Remarks
This method is 0-Base for VT/6530 sessions and 1-Base for all other session types.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.MoveCursor 5, 15