Issues an execute transaction consisting of a specified string.
win32
dde-execute-string conversation command &key errorp => result
conversation⇩ |
A conversation object. |
command⇩ |
A string or symbol. |
errorp⇩ |
A boolean. |
result |
A boolean. |
The function dde-execute-string
issues an execute transaction on conversation consisting of the string command. This string should be an appropriately formatted as described in 22.1.4 Execute transactions. No processing of the string is performed.
On success, this function returns t
. On failure, the behavior depends on errorp. If errorp is t
(the default value), LispWorks signals an error. If it is nil
, the function returns nil
to indicate failure.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:09