Specifications
OLE reference
160
Glink: API reference manual Gallagher & Robertson
This method executes a script command. The call returns immediately, so the
script command may not have terminated when it returns.
VBA Example:
GL.ScriptCommand ("Set Mrect ON; Mark 8 5 72 22;Perform Copy")
The ScriptFile method
Executes a script command
ScriptFile ( Scriptfilepath )
Scriptfilepath: String Script file to execute
Return value: none
This method executes a script file. The call returns immediately, so the script file
may not have terminated when it returns.
The Send method
Sends data to the host without a terminator
Send ( Data )
Data: String Data to send to the host
Return value: none
This method sends a sting of data to the host without local emulation and
without a terminator. If a terminator is needed, then the Transmit method should
be used.