STRINGTABLE Statement

The STRINGTABLE statement defines one or more string resources for an application. String resources are null-terminated ASCII strings that can be loaded, when needed, from the executable file, using the WinLoadString function.

Note: The ASCII strings can include no more than 256 characters, including the NULL termination character.