copy to array
- kevclark64
- Posts: 127
- Joined: Thu Aug 15, 2019 7:30 pm
- Location: USA
copy to array
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.
copy to array
Kevin,
Thanks for the report. We'll look into this asap.
Robert
Thanks for the report. We'll look into this asap.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
copy to array
Kevin,
Fixed in next build
Robert
Fixed in next build
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
- kevclark64
- Posts: 127
- Joined: Thu Aug 15, 2019 7:30 pm
- Location: USA
copy to array
Thanks, that's very helpful.