Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the index value
Message
 
 
To
07/04/2003 10:17:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00774669
Message ID:
00774701
Views:
16
>OK, I will change the index, my question was how can I get the data directly from the index?

You can use KEY() function to retrieve index expression and EVAL(KEY()) to get value of the index key for current record. For example,
? KEY(TAGNO("mytag01"))
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform