Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy To - Tab Delimited
Message
 
To
17/11/2006 12:53:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01170764
Message ID:
01170769
Views:
9
>Hi!
>
>I need to export a VFP9 SP1 table (dbf) to a Tab Delimited file (txt).
>
>Use MyTable
>Copy To Output.txt Delimited With Tab
>
>
>The output file is Tab Delimited but all charater columns are enclosed with double quotes (""). How can I get rid of these double quotes?
>
>Sarosh
Copy To Output.txt Delimited With Tab
STRTOFILE(STRTRAN(FILETOSTR("Output.txt"),["],[]),"Output.txt")
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform