Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check Tag existance
Message
 
 
To
09/04/2002 15:07:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00642843
Message ID:
00642851
Views:
13
Use Name expression instead of macro substitution whenever you can.
if tagno(tntx) > 0
    delete tag (tntx)
endi
>Hi,
>
>I want to check tag before deleting. If exist than delete. But following command not working properly. Its giving error varibale not found. while if I am using dele tag &tntx its deleting but in this case if tag not present error coming I want to avoid from error Tag not found.
>
>if tag (&tntx)
>    delete tag &tntx
>endi
>
>Please help.
>
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform