Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search for number characters in a string
Message
From
05/05/2016 09:41:13
 
 
To
05/05/2016 08:29:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01635853
Message ID:
01635874
Views:
76
>I recommend using ALINES() to break your string up and then ASCAN() to search. I think it's much cleaner and suspect it will be much faster.


Long time ago (FPW times, 486/P I cpus) I moved a ASCAN-logic to string searching similar to Naomis approach in a large opimization task - string search back then was much faster than ASCAN and a testwise implemented binary search (done in .prg, not in a .fll) on a sorted array. No idea if newer runtimes and current cpu architecture change that...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform