Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quebra de Linha em Messagebox / Label
Message
From
21/05/2003 10:57:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00790981
Message ID:
00791083
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
>Favor alguem sabe me informar uma função que quebre a linha em uma messagebox e label.
>
>OBS: Eu conheço o CHR(13), que ele da um ENTER e quebra a linha, existe alguem outro?

Em algums casos, chr(13) funciona. Em outros, precissa chr(13) + chr(10). Pode definir com um #DEFINE, assim:
#DEFINE NOVALINHA chr(13) + chr(10)
...
MessageBox("Linha 1" + NOVALINHA + "Linha 2")
Veja também #INCLUDE.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform