NextPrevUpTopContentsIndex

dde-execute-string

Function

Summary

Issues an execute transaction consisting of a specified string.

Package

win32

Signature

dde-execute-string conversation command &key errorp => result

Arguments

conversation

A conversation object.

command

A string or symbol.

errorp

A boolean.

Values

result

A boolean.

Description

The function dde-execute-string issues an execute transaction consisting of the string command . No processing of the string is performed.

On success, this function returns t . On failure, the behavior depends on the value of the errorp argument. If errorp is t (the default value), LispWorks signals an error. If it is nil , the function returns nil to indicate failure.

See also

dde-execute

dde-execute-command

dde-execute-string*


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex