How to add your knowledge

acad_command()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    Synopsis

    Executes the AutoCAD command. Returns 0 if successful, 1 if not.

    AutoCAD errors are trapped without signaling an error.

    Syntax

    acad_command ( cmdline As List ) As Integer 
    Argument Type Description
    cmdline list List of AutoCAD command name(s) to be executed.

    Example 1

    Intent >acad_command({" REGEN "}) 
    --> 0