Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.6.4.11 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;