Procedure AlrtDialog displays an alert dialog to the user.
PROCEDURE AlrtDialog(message : STRING);def vs.AlrtDialog(message):
return None| Name | Type | Description |
|---|---|---|
| message | STRING | The alert message to be displayed. |
If message is null, the dialog will not be displayed.
AlrtDialog('No objects are selected for this operation.');vs.AlrtDialog('No objects are selected for this operation.')Availability: from All Versions