Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which Is Better???
Message
 
To
02/01/2001 11:43:07
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00458477
Message ID:
00458498
Views:
24
>>>I am updating a series of PRG's to optimize them for speed and to get them ready to convert into classes.
>
>>FWIW, to make the statement fully optimzable, go back to the space(10) option and change the $ code to:
>>NOT (Cdm.new_cpt = "Q" OR Cdm.new_cpt = "H" OR Cdm.new_cpt = "Z")
>
>NOT INLIST(SUBSTR(Cdm.New_cpt, 1, 1), "Q", "H", "Z") is optimizable, easy to read, and easy to add new codes to. If EXACT is ON you will need to use SUBSTR().

Or LEFT(). I think that would be faster than SUBSTR() since only one parameter has to be evaluated.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform