Menu

#25 Bug in binary of June 2011

closed-invalid
nobody
None
5
2011-06-20
2011-06-20
No

CellMatrix seems not fully returned values to Excel ? (in previous version it worked for same code)
see example

CellMatrix
SLGetVersion()
{
CellMatrix toto(1,2);
toto(0,0) = 1;
toto(0,1) = 2;

return toto;
}

only 1 in excel file when i do =SLGetVersion() or {=SLGetVersion()} with office 2010 x64

Thanks for your very good work

do i missed something ?

Discussion

  • John Adcock

    John Adcock - 2011-06-20

    It works fine when I try this.

    Are you sure you're entering the matrix formula properly.

    If I select a 2x2 range of cells and enter the matruix formula {=SLGetVersion()} I get teh result

    1 2
    1 2
    Which is as expected, For one row matrices excel repeats the rows if entered into a bigger space for reasons that have never been entirely clear.

     
  • allan cornet

    allan cornet - 2011-06-20
    • status: open --> closed-invalid