Marco van de Voort wrote:
The move also tries to take the address element 0 for arrays when they are
0. The for loop doesn't execute in that case.
Thanks! Didn't thought about that.
Regards,
Žilvinas
___
fpc-pascal maillist - fpc-pascal@lists
In our previous episode, ??ilvinas Ledas said:
>
> function TFrame.getAllFrame(): TArrayOfSmallInt;
> var
> tmpBuf: TArrayOfSmallInt;
> i: Integer;
> begin
> startOverlapLen := Length(startOverlap);
> mainAreaLen := Length(mainArea);
> endOverlapLen := Length(endOverlap);
>
> SetLengt