MessageDialog( text )

text is a string.

This function will pause the script and show a message dialog with the message in the text parameter. Once the message dialog is dismissed, the script will continue.
The message dialog can be used to show errors or provide reminders while a script is running.

Example.

MessageDialog("Hello World !")

This would display a message dialog with a message “Hello World !”.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.