Prototype
BoolEseguito:=DDEExecute(intHandle,strComando)
Description
It sends to the DDE server a macro to execute.
Parameters
IntHandle: integer value that makes the handle given by the opened conversation function.
StrComando: string that contains the command to send.
Returned value
BoolEseguito: boolean value that indicate if the command has been accepted or not.
Notes
Some server don't allow to send a new command if that precedent has not already been performed.
The usable commands and the relative syntax are specified in the documentation of the DDE server that is desire to use.