I have found a situation where an array is being created using AFIELDS() and then re-dimensioned larger to add fields to the array in order to create a temporary table with the additional fields. VFP9 seems to want to clear the array when it is re-dimensioned (all elements set to logical false) so the subsequent CREATE TABLE FROM ARRAY fails with a syntax error.
Any ideas on why the array would get re-initialized on the re-dimension?
Andy Snyder
SnyAc Software Services
Any ideas on why the array would get re-initialized on the re-dimension?
Andy Snyder
SnyAc Software Services