|
-
May 25th, 1999, 05:16 AM
#1
How to concatenate long string in source code
Hi,
I have some MessageBox with several lines of message string. If I put them on the same line in the source file they are OK but it is a pain to scroll all the way to the right just to change or see the whole message.
Is there a concatenating symbol I can use so that I may have something like:
MessageBox(NULL, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\n
cccccccccccccccccccccccccccccccccccccccc",
"Error Message", MB_ICONSTOP);
I have look in the help but could not find it. Anyone has any idea? thanks.
Will
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|