External Interfaces Reference Previous page   Next Page
ddepoke

Send data to application

Syntax

Description

ddepoke sends data to an application via an established DDE conversation. ddepoke formats the data matrix as follows before sending it to the server application:

If you omit optional arguments that are not at the end of the argument list, you must substitute the empty matrix for the missing argument(s).

If successful, ddepoke returns 1 in variable, rc. Otherwise it returns 0.

Arguments
channel
Conversation channel from ddeinit.
item
String specifying the DDE item for the data sent. Item is the server data entity that is to contain the data sent in the data argument.
data
Matrix containing the data to send.
format (optional)
Scalar specifying the format of the data requested. The value indicates the Windows clipboard format to use for the data transfer. The only format currently supported is cf_text, which corresponds to a value of 1.
timeout (optional)
Scalar specifying the time-out limit for this operation. timeout is specified in milliseconds. (1000 milliseconds = 1 second). The default value of timeout is three seconds.

Examples

Assume that a conversation channel with Excel has previously been established with ddeinit. To send a 5-by-5 identity matrix to Excel, placing the data in Row 1, Column 1 through Row 5, Column 5:

See Also

ddeadv, ddeexec, ddeinit, ddereq, ddeterm, ddeunadv


Previous page  ddeinit ddereq Next page

© 1994-2005 The MathWorks, Inc.