Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using set alternate command
Message
 
 
À
27/03/2003 20:41:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00771142
Message ID:
00771146
Vues:
12
>Dear,
>
>i use "set alternate on", "?","close alternate" command to write data directly to a text file but in the end of file i found "  ", can i make
>a text file without that ?
>
>sorry for a bad language.
>thank's.

Hi Abit,

You can use code from Re: EOF marker in csv, text files Message #542934 to remove EOF character from the file created. However I would suggest that you look at alternative ways to create text files, such as:
- COPY TO TYPE SDF/DELIMITED command
- Text Merge: TEXT ENDTEXT command, TEXTMERGE( ) function()
- LLFF: FOPEN, FPUT, FWRITE, FCLOSE
- STRTOFILE() function
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform