|
<< Click to Display Table of Contents >> Navigation: Support for TN3270 Plus™ macros > DDEPoke |
Description
The DDEPoke command sends text to a Dynamic Data Exchange (DDE) server application.
Syntax
DDEPoke $variable,item,data[,onErrorLabel:]
Or
DDEPoke($variable,item,data[,onErrorLabel:])
Parameters
Part |
Type |
Description |
$variable |
Integer |
Required. Variable containing the DDE channel number. |
item |
String |
Required. The name of the item to be updated. |
data |
String |
Required. Text to be sent to the DDE server application. |
onErrorLabel* |
Label |
Optional. A label that execution transfers to if an error occurs. |
Remarks