Function Entry: VLAX-QUEUEEXPR

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLAX-QUEUEEXPR

Name

vlax-queueexpr

Class

BricsCAD ActiveX Extension Function

Syntax

(vlax-queueexpr commandOrLispString)

Arguments and Values

  • commandOrLispString
  • (string) command name or Lisp expression
  • to be sent to the commands' queue

Description

This function sends the commandOrLispString to commands' queue for asynchronous execution.

Return Values

always NIL

Examples

(vlax-queueexpr "(alert \"*
DONE *\")
")

puts the (alert "* DONE *)
statement

Notes

note : usually, as with interactive input, a trailing space or <return> is required to start the execution at command line;

note : the commandOrLispString is not echoed to command line;

note : this is a BricsCAD specific function, please use with care !

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes