vlax-queueexpr
(vlax-queueexpr
commandOrLispString)
This function sends the commandOrLispString to
commands' queue for asynchronous execution.
Arguments |
commandOrLispString (string) command name or Lisp expression to be sent to the commands' queue |
Return |
always NIL |
Example |
(vlax-queueexpr "(alert \"*
DONE *\")\n") |
Remarks |
note : usually, as with
interactive input, a trailing space or <return> is required
to start the execution at command line; |
© Bricsys NV. All rights reserved. |