Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a field
Message
 
To
18/04/2001 10:37:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00496661
Message ID:
00496686
Views:
9
As Bret mentioned, you can use AFIELDS(). But a quicker way is to do the following:
IF TYPE("mytable.myfield")<>"U"
  *Field exists
ENDIF
--Brad
Previous
Reply
Map
View

Click here to load this message in the networking platform