Find out if cellvalue is number or string

hi,

I am trying to find out the value in a cell by reading it and check it with “typeof”

var myCell = grid.cells(rId,1).getValue(); alert(typeof myCel);

Why do I always get a “string” even when there is a numeric in the cell?

Best regards
dan

never mind… found another solution