Am 2013-02-06 15:23, schrieb Kamen Ketev:
sgW.Cells[j,i] := StrTest;
Be aware that within sgW.Cells columns and rows start with index 0 and end with last_index-1. So the index number has to be one less than your selfdeclared arrays. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
