Request Message

HostExplorer Programming

Request Message

You can use a Request message to retrieve information from the DDE server HOSTEX. The Request message lets you retrieve information such as the screen format, cursor position, and presentation space. Request messages retrieve information only. They do not perform any actions on the emulator or system.

Examples

The following function requests the third line of data from the presentation space. The variable ChanNum represents the DDE conversation ID.

Word for Windows

Data$ = DDERequest( ChanNum, "P160L80" )

Microsoft Excel

=REQUEST( A1, "P160L80" )


Related Topics

Request Commands