Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking whether an index tag exists
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00205891
Message ID:
00205896
Views:
16
>Is it possible to check programmatically whether a cdx contains a specific index tag? If so how?

you can cycle through the available tags...
llFound = .f.
ln1 = 1
do while not llFound and not empty( tag( ln1 ))
  llFound = ( tag(ln1) = "mytag" )
  ln1 = ln1 + 1
enddo
Previous
Reply
Map
View

Click here to load this message in the networking platform