Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some question about messagebox~
Message
From
13/03/2000 03:15:10
 
 
To
13/03/2000 02:30:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00344871
Message ID:
00344877
Views:
23
>how can i display two or more lines of text message inside messagebox?

You can include carriage returns in the message e.g.

lcmymessage = "Hello, this is the first line."
lcmymessage = lcmymessage + chr(13) + "This is on the second line."
lcmymessage = lcymymessage + chr(13) + chr(13) + "A gap followed by more text."
=messagebox(lcmymessage)

Best.

Matt.
Previous
Reply
Map
View

Click here to load this message in the networking platform