DoButton (macro)

Run the associated script of the object objectName.

Definition:

Def  DoButton {
        draw -n %1 -r;
};

Example:

The following script runs the associated script of the NewLabel object.

DoButton NewLabel;