Send data from Scilab to DDE server application.
res = ddepoke(item, data [, timeout]) res = ddepoke(item, data)
a boolean %f if false.
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.
a string : data to send.
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.
Send data from Scilab to DDE server application.
Allan CORNET