All Manuals > LispWorks User Guide and Reference Manual > 52 The DDE client interface

NextPrevUpTopContentsIndex

dde-execute*

Function
Summary

An alternative syntax for dde-execute-command*.

Package

win32

Signature

dde-execute* service topic command &rest {args}* => result

Arguments

service

A string or symbol.

topic

A string symbol.

command

A string or symbol.

args

An argument.

Values

result

A boolean.

Description

The function dde-execute* provides an alternative syntax for dde-execute-command*. Unlike dde-execute-command*, dde-execute* takes the arguments for command as a sequence of args following &rest, and does not have any arguments for specifying how to handle errors.

See also

dde-execute
dde-execute-command
dde-execute-string


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex