Skip to content
Jurek Muszyński edited this page Jul 18, 2019 · 3 revisions

char *MSG(int code)

Description

Retrieves error message. code is one of the error codes or user-defined and added with silgy_add_message().

Returns

Pointer to the string.

Example

// Language-specific version of the message will be displayed:
OUT("<p>%s</p>", MSG(ERR_NOT_FOUND));
Clone this wiki locally