| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: topic item command-result
This method is invoked when another application sends a request to the lisp DDE server. You should modify this method to return a string as appropriate for the passed-in topic and item, which will always be keyword symbols. The default method returns the null string.
The command-result argument can normally be
ignored --- it contains the result of the previous command that was
executed for this topic by the application that is sending this
request, and is passed here for the special version of this method
which returns that value when the item is
:command-result
.
See dde.htm for information about DDE support.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |