SendString

Funktionsname dcl_SendString
Syntax   (dcl_SendString String [as String])
Rückgabewert Boolean (T if successful; otherwise NIL)

This function sends an arbitrary string to the AutoCAD command line for the current drawing document. The function returns before the string is processed by AutoCAD, so this function can be used to trigger commands or functions during synchronous event handlers that will execute after the event handler returns.