SendString

Function Name dcl-SendString
Syntax   (dcl-SendString String [as String])
Return Type 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.