Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using set alternate command
Message
From
27/03/2003 20:54:54
 
 
To
27/03/2003 20:41:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00771142
Message ID:
00771146
Views:
13
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform