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 Host = CreateObject( "BZWhll.WhllObj" )
Host.Connect "A"
Host.SetCursor 6, 53
Host.SendKey "myuserid@Tmypassword@E"
Host.WaitReady 10, 1