<< ddeclose DDE Toolbox ddeisopen >>

DDE Toolbox >> DDE Toolbox > ddeexec

ddeexec

Send execution string to DDE server application.

Calling Sequence

res = ddeexec(command [,timeout])

Parameters

res

a boolean %f if false.

command

A string that specifies the command to be executed.

timeout

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

Description

Send execution string to DDE server application.

Examples

// see dde_examples

See Also

Author

Allan CORNEt


<< ddeclose DDE Toolbox ddeisopen >>