-
Notifications
You must be signed in to change notification settings - Fork 2
MSG
Jurek Muszyński edited this page Dec 18, 2021
·
4 revisions
Retrieves error message. code is one of the error codes or user-defined and added with npp_add_message().
Pointer to the string.
// Language-specific version of the message will be displayed:
OUT("<p>%s</p>", MSG(ERR_NOT_FOUND));