Re: Foxpro questions by Dan
Dan
Mon Jul 21 17:31:06 CDT 2008
You create an array of field names for a table with Afields("myarray").
Go the other direction with CREATE TABLE (or cursor) tablename FROM ARRAY
myarray. The array can be created in code, but should be in the same format
as that created from Afields().
Dan
Cass Lewart wrote:
> I use VFP6. Which command will create a table from a list of field
> names and which command will do the opposite? Thanks,
> Cass