LastSendValue - property of the ExtComm object
Description:
Last sent value.
Syntax:
Variant LastSendValue
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var nValue = oExt.LastSendValue;
Dim nValue
nValue = oExt.LastSendValue