procedure ( a : integer; b : integer; ); would be nice.
- From: "Skybuck Flying" <spam@xxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 22:47:17 +0100
Hello,
Currently Delphi requires:
procedure ( a : integer; b : integer );
It would be nice if this can simply be:
procedure ( a : integer; b : integer; );
Makes it much easier to copy and past parameters without having to always
modify it.
Bye,
Skybuck.
.
- Follow-Ups:
- Re: procedure ( a : integer; b : integer; ); would be nice.
- From: Ivan Levashew
- Re: procedure ( a : integer; b : integer; ); would be nice.
- From: dkstar
- Re: procedure ( a : integer; b : integer; ); would be nice.
- Prev by Date: "For" keyword not necessary, plus variable types maybe not necessary.
- Next by Date: Re: Send email with barcode
- Previous by thread: "For" keyword not necessary, plus variable types maybe not necessary.
- Next by thread: Re: procedure ( a : integer; b : integer; ); would be nice.
- Index(es):
Relevant Pages
|