Character Strings

A character string, which may also be called a string constant or string literal, contains a sequence of characters or escape sequences enclosed in double quotation mark symbols. Character strings represent names, labels, titles, and messages. The meaning of each character value depends on the code page (character set) defined for the resource script file.

A string constant has the form:

       ┌───────────────────┐
 >───"─┴┬──character──────┬┴─"───────────────────────────────────────>
        └─escape_sequence─┘

Where: