Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I check if the TAG exist?
Message
From
11/12/1997 15:09:41
 
 
To
11/12/1997 14:14:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00065270
Message ID:
00065380
Views:
35
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform