Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Index Tag in Descending Order?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00524342
Message ID:
00524349
Views:
16
>I'm writing a utility that will loop through every DBF in a specific directory, open them, loop through the tags in each one, and spit out that info (DBF(), TAG(), and KEY()) into another DBF. My problem is, I also need to know if it's in ASCENDING or DESCENDING order.
>
>Is there a command (or something) that will return whether a specific Index Tag in in Descending or Ascending order?
>
>Thanks!

About the best you can do is to also SET ORDER TO (TAG(lnI)) then check for the existence of DESCENDING in SET('ORDER')
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform