msgerr()

Displays an error message box.

Syntax

msgerr(value1, value2, ...)

Parameters

Parameter Type Description
value Number/String One or more values to display in the error message box.

Return Value

Examples

Show an error message

msgerr("An error occurred!");

Show an error message with multiple values

msgerr("Error Code: ", 404, " - Not Found");

See also

msg()
msgerr()

msg_show()

msg_count()
msg_is_active()

msg_click_ok()
msg_click_cancel()

bubble()