by Rush Strong <rpstrong@[EMAIL PROTECTED]
>
Feb 13, 2008 at 01:49 AM
Rush Strong wrote:
> Gene Wirchenko wrote:
>> I just got bit in a minor way with the way that VFP handles array
>> elements. Consider the following code:
>> <snip>
> It appears that Fox locates twod[4,3] by locating the element
> corresponding to the start of the logical fourth row by multiplying
> the declared number of columns (2) times 4 - which is element number 7
Oops, I meant to say columns * (4 - 1) + 1, to get the start of the
logical fourth row - still element number 7.
- Rush