Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INLIST() Optimization?
Message
From
18/06/2001 21:17:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
INLIST() Optimization?
Miscellaneous
Thread ID:
00520832
Message ID:
00520832
Views:
52
Is there a mistake in the documentation? It reads:
You can use BETWEEN( ) or INLIST( ) in the following two forms:

eIndex BETWEEN(eIndex, eExpr, eExpr)

-or-

eExpr INLIST(eIndex, eExpr)
What is the leading eExpr?? The SQL syntax lets you:
eIndex IN ( eExpr, eExpr, ...)
The INLIST() function *is* optimizable isn't it??

   ...kt
Next
Reply
Map
View

Click here to load this message in the networking platform