Table:array of array of string; // This is a bidimensional arrayTable[X][Y]:='Lazarus';Table[5][3]:='O'; 1234 67890..... -----5----------------- x 1| | 2| | 3----O 4| 5| 6| y
Grazie,but If I need to do what I explained above with integers and reals???I know I could save the values as string and convert them, but is there an equal as TstringList for reals? If not I will use your suggestion