SetCursor

Sets the host screen cursor position.

Parameters:

RowVal  -  Row position.

ColumnVal  -  Column position.

Returns:

0 for success; or a non-zero error code.  See Error Codes for a complete listing of error code descriptions.

Remarks:

None

Example:

Set Host = CreateObject( "BZWhll.WhllObj" )

 

Host.Connect "A"

Host.SetCursor 6, 53

Host.SendKey "myuserid@Tmypassword@E"

Host.WaitReady 10, 1