Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MessageBox layout
Message
From
01/07/1999 16:28:56
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00236346
Message ID:
00236692
Views:
11
>Harry,
>
>Add a CHR(10) where you want a line break to appear
>
>i.e. x = 'This is a really really really really' + CHR(10) + 'long message'
>
>HTH

If you just want to let the messagebox() wrap the line, make sure you put either a trailing space at the end of each part of the text, or a leading space at the beginning of the next part of the text: 'this is a test with trailing space ' + 'of this' or 'Another test' + ' of this with leading space.' These are just the rules for concatenating any string...

HTH

Rob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform