declarations :/ [Delphi - kylix] - Programmation
Marsh Posté le 05-03-2002 à 10:11:51
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
Marsh Posté le 05-03-2002 à 09:20:54
tabBlocs : array [0..150] of String;
tabDesBlocs : array [0..50] of array [0..50] of String;
ds tabDesBlocs je veux mettre des tabBlocs