SetDDEServer

Description:              This statement sets the DDE topic name for a window.

Returns:                    Nothing

Usage:                   Script

Format:                      SetDDEServer(Object, Title)

Parameters:             Object    { Object value }  { required }  { no default: }

                                                Any object expression that identifies the window.

                                    Title    { text }  { required }  { no default: }

                                                Any text expression for the new topic name.

Comments:               To ensure that proper DDE communication takes place, each window should have its own unique topic name. The default topic name is the title of the window.

See Also:

DDE | DDEPoke | DDEShareAdd | DDEShareDel