copy to array
Posted: Tue Mar 15, 2022 3:13 pm
It appears to be the case (using version 2.11) that, if an array is dimensioned with more columns than a corresponding table contains, you get a Bound Error when you copy to array. In other words, if you dimension myArray(1000,4) and the table you are copying has only three columns then it generates a Bound Error. In Foxpro, if an array has more columns than a table then the extra columns simply contain .f.