Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add a carriage return with Strtofile()
Message
 
À
09/06/2002 16:03:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00666395
Message ID:
00666397
Vues:
19
Hi, Bill!

>>
I m using in the function Strtofile() and I want to add a carriage return always when writhing to the file, how do I do it ?
<<

Use "CHR(13) + CHR(10)":
STRTOFILE( m.lcMyString + CHR(13) + CHR(10), ... )
SeBaFlu
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform