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 15:09:41
 
 
À
11/12/1997 14:14:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00065270
Message ID:
00065380
Vues:
38
>>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

Works Tony - thanks... : ))))))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform