Execute Message

HostExplorer Programming

Execute Message

You can use an Execute message to instruct HostExplorer how to perform commands, such as running macros and transferring files. An Execute message does not return any information.

Examples

The following function pauses the system for 1.5 seconds. The variable ChanNum represents the DDE conversation ID.

Word for Windows

DDEExecute ChanNum, "[pause(3)]"

Microsoft Excel

=EXECUTE( A1, "[pause(3))]" )


Related Topics

Execute Commands