Re: array with same value all the time?
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: 27 Mar 2006 11:32:44 -0800
I can't see any problem with this, OTOH I think it would be much
clearer to code ...
{ delete used data }
for i := 0 to Length(AData) - iUsedData - 1 do
aData[i] := aData[iUsedData + i];
SetLength(aData, Length(aData) - iUsedData);
.... but maybe its how I look at shuffling bytes. <g>
Alan Lloyd
.
- Follow-Ups:
- Re: array with same value all the time?
- From: Sonnich
- Re: array with same value all the time?
- References:
- array with same value all the time?
- From: Sonnich
- array with same value all the time?
- Prev by Date: Re: array with same value all the time?
- Next by Date: Re: delphi2006... is quick rpt standard no longer available?!?
- Previous by thread: Re: array with same value all the time?
- Next by thread: Re: array with same value all the time?
- Index(es):
Relevant Pages
|