Witam, mam taki oto fragment kodu:
Tabela.Cells[0,i+1] := tab[0,i];
I cały czas wyskakuje mi błąd "[Error] Unit1.pas(184): Incompatible types: 'String' and 'Double'". Mozecie mi powiedziec w jaki sposób przekonwerterować argumenty tej tablicy?
Deklaracja tablicy tab wyglada tak:
tab: array [0..9, 0..150] of double;
Komponent Tabela to komponent o nazwie TStringGrid a zmienna i jest typu integer.