Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Carriage return + line feed
Message
De
01/03/2006 11:38:37
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01098684
Message ID:
01100436
Vues:
12
That'll do it. Thanks
>lcCrLf = CHR(13) + CHR(10)
>...
>x = "Line 1" + lcCrLf + "Line 2"
>
>* or
>
>#DEFINE ccCrLf CHR(13) + CHR(10)
>...
>x = "Line 1" + ccCrLf + "Line 2"
>
>
>>What is the proper way to place a carriage return + line feed in a string?
>>
>>x = "Line 1" + CHR(10) + CHR(13) + "Line 2"
>>or
>>x = "Line 1" + CHR(13) + CHR(10) + "Line 2"
>>
>>Or is there a different way?
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform