Kód: Vybrať všetko
function (a:integer):array[0..9] of integer
Kód: Vybrať všetko
function (a:integer):array[0..9] of integer
Kód: Vybrať všetko
type tpole=array[1..9] of integer;
procedure test (var a:tpole);
No on sa pytal na pascal a tam dynamicke polia niesu.(ked si ich ako typ nevytvoril)pesty napísal:dufam ze to nedoserem ale malo by to fungovat takto:
1. daj to do procedury a proste to pole volaj referenciou
procedure test (var a array of integer);
2. Pole som nevracal ale myslim ze mu vadi to [1..9]
daj tam proste dynamicke pole
function ():array of integer;
dalsie otazocky sa pitaj potom ak si prestudujes matfyzacku stranku
www.delphi.input.sk