Hello Stan,

You can construct your called procedure like this:

procedure ArrayTest(Arr: array of extenced);
begin
end;

and to know the first / last element you can use Low(Arr) and High(Arr)
for it.

---
Rgds, Wilfried
http://www.mestdagh.biz

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to