<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Mo., 15. März 2021, 20:45:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Mar 15, 2021, at 12:42 AM, Sven Barth <<a href="mailto:pascaldragon@googlemail.com" target="_blank" rel="noreferrer">pascaldragon@googlemail.com</a>> wrote:<br>
> <br>
> The TArray<T> generic type is part of the ObjPas unit, so the compiler simply picks that instead of that of your program. ;)<br>
<br>
Sneaky but that explains the issue.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It's part of the generic type overloading inherited from Delphi. *shrugs*</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Btw since we're on the topic of arrays. Are short strings and static arrays not able to be generics? I tried that and got parser errors.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">That is correct. File, set or pointers are not supported either for example. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>