An alternative syntax for dde-execute-command*.
win32
dde-execute* service topic command &rest {args}* => result
service⇩ |
A string or symbol. |
topic⇩ |
A string symbol. |
command⇩ |
A string or symbol. |
args⇩ |
An argument. |
result |
A boolean. |
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. The command is sent to the server specified by service on a topic given by topic.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:09