We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
char *MSG(int code)
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));
There was an error while loading. Please reload this page.