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

Click here to load this message in the networking platform