Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Carriage return + line feed
Message
 
 
À
23/02/2006 16:18:13
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
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:
01098720
Vues:
13
You're welcome.

>Thanks,
>
>Jerry
>
>
>>
>>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?
>>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform