Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.6.4.32 NotReady
Displays the message "This operation is still under development..." in a dialog box with an OK button.
Definition:
Def NotReady { ty -b $General.UnderDev; };
Example:
The following script displays the message "This operation is still under development..." in a dialog box with an OK button.
NotReady;