Identifies the recipient of a DDE connection.
// Open a DDE connection
ConnectionNum = DDEConnect(ServerName, "MyTopic")
...
// Recipient of the current connection
Recipient = DDERecipient(ConnectionNum)
Syntax
<Result> = DDERecipient([<Connection identifier>])
<Result>: Character string
Recipient of the DDE connection.
<Connection identifier>: Optional integer
Connection identifier, returned by DDEConnect. If this parameter is not specified, DDERecipient is using the last connection handled.