Pastes the specified text into the host screen.
- Parameters
- WriteStr
- Text to place into
host screen.
- 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
- EMWriteScreen can only paste text into unprotected
fields in the host screen.
In a BlueZone VT session, the WriteStr parameter is only echoed to the VT client screen.
The WriteStr parameter is never sent to the host.
- Example
EMConnect "A"
EMWriteScreen "myuserid", 6, 53
EMWriteScreen "mypassword", 7, 53
EMSendKey "@E"
EMWaitReady 10, -1