Closed JedrzejczykRobert closed 1 year ago
the function TArray.Concat does not existed in the 10.2.3 version
Yes its better to roll this one back. Op 24 aug. 2023 om 04:59 heeft wwq0071 @.***> het volgende geschreven: the function TArray.Concat does not existed in the 10.2.3 version
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>
I have updated this one.
Thanks for your feedback!
Edward
On 25 Aug 2023, at 13:22, Edward Spelt @.***> wrote:
Yes its better to roll this one back.
Op 24 aug. 2023 om 04:59 heeft wwq0071 @.***> het volgende geschreven:
the function TArray.Concat does not existed in the 10.2.3 version
— Reply to this email directly, view it on GitHub https://github.com/Spelt/ZXing.Delphi/issues/143#issuecomment-1690916894, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAS3VPC437R6A5375KKAXLXW27QBANCNFSM6AAAAAAZ23G4OY. You are receiving this because you modified the open/close state.
file: ZXing.ReadResult
line: 339, 340
current:
should be:
or better:
or all function code can be minimized to:
FResultPoints := TArray.Concat<IResultPoint>([FResultPoints, newPoints]);