|
<< Click to Display Table of Contents >> Navigation: Support for TN3270 Plus™ macros > DDEExecute |
Description
Performs actions or runs commands in another application through dynamic data exchange (DDE).
Syntax
DDEExecute $variable,item[,onErrorLabel:]
Or
DDEExecute($variable,item[,onErrorLabel:])
Parameters
Part |
Type |
Description |
$variable |
String |
Required. the variable containing the DDE channel number. The DDE channel is established by the DDEInitiate command. |
item |
Integer |
Required. the command sent to the DDE server application. |
onErrorLabel |
Integer |
Optional. A label that execution transfers to if an error occurs. |
Remarks