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
EMConnect "A"
EMSetCursor 6, 53
EMSendKey "myuserid@Tmypassword@E"
EMWaitReady 10, 1