Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox layout
Message
De
01/07/1999 16:28:56
 
 
À
01/07/1999 07:03:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00236346
Message ID:
00236692
Vues:
12
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform