SetCursor

Sets the host screen cursor position.

Parameters
RowVal
Row position.
ColumnVal
Column position.
Returns
0 for success; or a non-zero error code. Refer to Error codes for a complete listing of error code descriptions.
Remarks
BlueZone VT attempts to move the cursor on the screen by sending cursor movement commands to the host. Not all VT applications/screens support cursor movement commands.
Example
Set bzhao = CreateObject( "BZWhll.WhllObj" )
bzhao.Connect "A"
bzhao.SetCursor 6, 53
bzhao.SendKey "myuserid<Tab>mypassword<Enter>"
bzhao.WaitReady 10, 1