<< ddeopen DDE Toolbox ddereq >>

DDE Toolbox >> DDE Toolbox > ddepoke

ddepoke

Send data from Scilab to DDE server application.

Calling Sequence

res = ddepoke(item, data [, timeout])
res = ddepoke(item, data)

Parameters

res

a boolean %f if false.

item

A string that specifies 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

a string : data to send.

timeout

A scalar that specifies the time-out limit for this operation. timeout is specified in milliseconds (1000 milliseconds = 1 second). The default timeout is three seconds.

Description

Send data from Scilab to DDE server application.

Examples

// see dde_examples

See Also

Author

Allan CORNET


<< ddeopen DDE Toolbox ddereq >>