bug with stringgrid ?
Posted: Fri Aug 14, 2009 9:02 pm
i give a example:
y1=380-val(grid.cell(j,1))*uv has a wrong result (uv and y1 are double,j is byte)
y1=380-(val(grid.cell(j,1))*uv) has the good result
With a string variable at the place of grid.cell(j,1) the result is good in the first case
y1=380-val(grid.cell(j,1))*uv has a wrong result (uv and y1 are double,j is byte)
y1=380-(val(grid.cell(j,1))*uv) has the good result
With a string variable at the place of grid.cell(j,1) the result is good in the first case