Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP versus C++
Message
From
28/10/2003 01:21:04
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
 
 
To
27/10/2003 08:44:41
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00842594
Message ID:
00843386
Views:
23
>Al
>
>
CREATE CURSOR myc (cURL c(254))
>APPEND FROM ;
>  "c:\documents and settings\????\local settings\temporary internet files\content.ie5\index.dat" ;
>   DELIMITED FOR [http:/] $ cURL
>REPLACE cURL WITH STRTRAN(cURL,[ð­],[]) all
>
>
>Almost instant for a 15Mb file with 48,000 rows of which 1800 are urls.

Very interesting approach. However, it doesn't use the "classic" string-handling functions in VFP. I was hoping someone could come up with a lightning-fast routine that uses them, to show that VFP can give us a good percentage of what the machine is theoretically capable of doing - and that VFP is reasonably close to C/C++/C#(?).
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform