Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I check if the TAG exist?
Message
De
11/12/1997 14:14:34
 
 
À
11/12/1997 11:17:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00065270
Message ID:
00065357
Vues:
30
>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?

Robert,
Try this...

FOR nCount = 1 TO 254

IF !EMPTY(TAG(nCount)) && Checks for tags in the index

IF UPPER(TAG(nCount)) = 'THISTAG'

WAIT 'TAG Found!!'

ENDIF

ELSE

EXIT && Exit the loop when no more tags are found

ENDIF

ENDFOR

Thanx!

Tony Miller
Vancouver, Wa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform