[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   sf_dde_exist          DDE provide memory area which is never cleared
------------------------------------------------------------------------------

    function logical sf_dde_exist prototype

    function char( 8 ) sf_dde_time prototype

    function char( 85 ) sf_dde_message prototype

    procedure sf_dde_send_message prototype
      parameters const char( 85 ) dde_message

    The DDE functions provide a memory area which is never cleared, only
    overwritten.  This allows a Child executable to pass a message
    to the Parent executable.

    Example:

    sf_dde_send_message( "You can't see me..." )

    if sf_dde_exist()
      ? sf_dde_time()
      ? sf_dde_message()   && but now you can...
    endif

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson