Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to assign all field names to var (or array)
Message
 
 
To
25/10/2005 11:39:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01061890
Message ID:
01061902
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I need to extract all field names from a table, possibly assigning it to an array so that I can go through the array to use the field names. I know how many fields are in the table, but if I can leave that out so that I can still get all the field names without knowing how many fields there are in that table up front, it would even be better. How do I do that?
SELECT mytable
AFIELDS(laFieldList)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform