NextPrevUpTopContentsIndex

dde-execute

Function

Summary

An alternative syntax for dde-execute-command.

Package

win32

Signature

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

Arguments

conversation

A conversation object.

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 an argument for specifying how to handle an error.

See also

dde-execute*

dde-execute-command*

dde-execute-string


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex