Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimize Program
Message
From
16/05/2002 18:04:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00657743
Message ID:
00657833
Views:
21
>
>It should work as-is, but here are a couple notes...
>You don't need reccount() - if it does not have any records, it won't have anything to scan.
>Don't assign the value to a variable.
>Put the code in your scan instead of calling an external routine.
>REPLACE STREETNAME with SUBSTR(ADDRESS,x,x)
>REPLACE STREETNO with SUBSTR(ADDRESS,x,x)
>...

Multiple REPLACEs will be much slower than a single REPLACE.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform