Example

This example creates two string resources whose string identifiers are 1 and 2.

MESSAGETABLE
BEGIN
    1 "Filename not found"
    2 "Cannot open file for reading"
END


[Back: Description]
[Next: MLE Statement]