Syntax
Public Sub AlertMessage(ByVal Message As String)
Description
This function is used to show an alert message with thegiven message.
Parameter
Part | Description |
Message | Alert message content,Value of type String |
Return value
No return value.
See Also