Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to create delimited file with non-standard deli
Message
From
13/11/2001 12:40:22
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580703
Message ID:
00580971
Views:
21
>>>
>>>No, it inserts additional chars instead. We need Field1|^Field2|^Field3|^Field4
>
>Steve,
>
>What I'm concern is speed. I have no problems of using either of suggested methods, my question is, which is the fastest? Currently I'm working on some other tasks, so I can not just run tests and compare speed for each method, besides, this is not my assignment, I was just trying to help my manager, who wants to do it himself...
>

My gut feeling would be that fputs() should be faster, because the other method has to write the file to the disk two times. The disk is still one of the slowest parts of the system.

I'm curious myself, and I may run a test in a little bit...
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform