Re: Open array
- From: "Bjørge" <bjorge@xxxxxxx>
- Date: Wed, 23 Aug 2006 17:20:45 +0200
Rob Kennedy wrote:
Fons Rave wrote:
procedure OpenArray;
procedure Xxx(Bbb : array of boolean);
begin
end;
That is a procedure that takes an open array.
type TArrayOfBoolean = array of boolean;
That is a dynamic array.
procedure Yyy(Bbb : TArrayOfBoolean);
begin
end;
That is a procedure that takes a dynamic array.
That is so confusing. I still have to think twice when I declare a routine
and a variable with this syntax. Strange they didn't distinguish between the
two.
--
Bjørge
bjorge@xxxxxxxxxxxx
.
- Follow-Ups:
- Re: Open array
- From: Fons Rave
- Re: Open array
- References:
- Open array
- From: Fons Rave
- Re: Open array
- From: Rob Kennedy
- Open array
- Prev by Date: Global Keystroke Grabber
- Next by Date: Re: Open array
- Previous by thread: Re: Open array
- Next by thread: Re: Open array
- Index(es):
Relevant Pages
|