 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Greg Stantin Guest
|
Posted: Thu Apr 29, 2004 7:40 pm Post subject: Delphi and bcb |
|
|
When you see this in delphi
for I := 0 to FileList.Count - 1 do begin
Its normally this in BCB, is this correct?
for(i = 0; i < FileList->Count; ++i)
without the -1
Thanks
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Thu Apr 29, 2004 8:10 pm Post subject: Re: Delphi and bcb |
|
|
"Greg Stantin" <gstantin (AT) stantonassoc (DOT) com> wrote:
| Quote: | When you see this in delphi
for I := 0 to FileList.Count - 1 do begin
Its normally this in BCB, is this correct?
for(i = 0; i < FileList->Count; ++i)
without the -1
|
Correct.
~ JD
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|