Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field Existence
Message
 
 
To
03/05/2001 09:10:26
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00502953
Message ID:
00502959
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
>Is there a way to verify if a field exist or not. I need this to make sure I don't try to add or remove twice the same field...
IF type("Mytable.Myfield") = "U"
    * Field doesn't exist
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform