Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking whether an index tag exists
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00205891
Message ID:
00205896
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform