Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I check if the TAG exist?
Message
 
 
À
11/12/1997 11:17:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00065270
Message ID:
00065277
Vues:
36
>I want to call...
>set order to tag sorttemp...
>I will not know if there is a sorttemp out there.
>How do I check if the TAG exist?
lTagExist=.f.
for i=1 to tagcount()
    if tag(i)="SORTTEMP"
       lTagExist=.t.
       exit
    endif
endfor
if lTagExist
   set order to SORTTEMP
endif
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform