version 6.0
DDE_Execute (channelNum; commands) Integer
| Parameter | Type | Description | |
| channelNum | Integer | Number of open channel | |
| commands | Text | Commands for application to carry out | |
| Function result | Integer | Error code |
Description
The command DDE_Execute causes the target application to execute a command. Commands must be written within brackets.
Example
You may send several commands sequentially:
Err:=DDE_Execute(Channel;"[NEW()][ZOOM(50)]")
See Also