Specifications
OLE reference
Gallagher & Robertson Glink: API reference manual 161
VBA Example:
Dim S As String
S = GL.Receive(100, String(1, Chr(03)), 1000, True)
If InStrB(S, "MODEL") > 0 Then
GL.Send ("VIP7804")
GL.Transmit ("")
End If
The SendBreak method
Sends a break to the host
SendBreak ( )
Return value: none
This method sends a communications break to the host.
The Show method
Sends a message to the emulator
Show ( Text )
Text: String Text to send
Return value: none
This method sends a message to the emulator as if it was typed in at the
keyboard.
The ShowText method
Displays a message in the emulator window
ShowText ( Text )
Text: String Text to display
Return value: none
This method displays a message in the emulator window. The text is not
processed in anyway.