The information in this article applies to:
The RC compiler does not offer a line-continuation symbol for strings in string tables. To force a carriage return into a long line of text, use one of the methods described below. One method is to force the carriage return using \012\015. The following example demonstrates the use of \012\015 and should be considered to be on one continuous line:
For more information on this method, query in the Microsoft Knowledge Base on the following words: STRINGTABLE WinLoadString Another method of forcing a carriage return is to press ENTER and continue the line on the next line. The following example will force a carriage return after the word "like."
If you try to use the \n or other \ characters, the RC compiler will ignore them. NOTE: There is a 255-character limit (per string) in a string table. For more information on this limit, please query on the following words in the Microsoft Knowledge Base: STRINGTABLE length 255 Additional query words: 3.00 3.10 3.50 4.00 95
Keywords : |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |