Example: Multidimensional dynamic array ... program project1; type TArr2D = array of array of Integer; procedure FillArr2D(Arr: TArr2D); ...
確定! 回上一頁