show / hide menu

MessageBox

This function is used to display a Message Box.

Syntax:

MessageBox(Message, Optional:Title, Optional:Button Type OK/OKCancel, Message Length)

Message, is the String that needs to be displayed in the Message Box.

Example:

MessageBox(“Hi”)

Message “Hi” will be displayed.