tabBlocs : array [0..150] of String; tabDesBlocs : array [0..50] of array [0..50] of String; ds tabDesBlocs je veux mettre des tabBlocs
a prioris tu dois faire type tabBlocs = array [0..150] of String; ... tabDesBlocs : array [0..50] of tabBlocs; tu pourrais aussi utiliser une TStringList et associer à chaque chaine une autre TstringList