Inserts the specified string into the current entity on the Host Integrator server starting at the current cursor position.
[Visual Basic]Public Sub InsertStringAtCursor( _
ByVal _string As String _
)
Parameters
- _string
- Specifies the string to insert.
Remarks
Reasons for failure include:
- Server session not established.
- Invalid string.
See Also
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace