Executes a VBA statement at the AutoCAD Command prompt.
A Visual Basic statement is a complete instruction that can contain keywords, operators, variables, constants, and expressions. A statement generally occupies a single line, although you can use a colon (:) to include more than one statement on a line.
VBA statements are executed in the context of the current drawing.