<< ddeisopen DDE Toolbox ddepoke >>

DDE Toolbox >> DDE Toolbox > ddeopen

ddeopen

Initiate DDE conversation between Scilab and another application.

Calling Sequence

res = ddeopen(service, topic)

Parameters

res

a boolean %f if false.

service

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.

topic

A string that specifies the topic for the conversation.

Description

Initiate DDE conversation between Scilab and another application.

Examples

// see dde_examples

See Also

Author

Allan CORNET


<< ddeisopen DDE Toolbox ddepoke >>