<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Hairy Pixels via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Do., 18. Jan. 2024, 00:44:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Jan 17, 2024, at 10:15 PM, Marco van de Voort via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank" rel="noreferrer">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> <br>
> <br>
> Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal:<br>
>> Can anyone show me where to find the IntToStr implementation in SysUtils? There's so many level of indirection and macros I have no idea where to look for it!<br>
> <br>
> Grep rtl/objpas/sysutils for it.<br>
> <br>
> <br>
> sysstr.inc for the implementation sysstrh.inc for the declaration<br>
> <br>
<br>
Which then goes to System.Str(), where is that? I found some other Str functions in a lstrings.pas file but I don't think that's it. All the macros break code tools for me and I can't find anything.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There is no source for Str() in that sense, because Str() is a compiler intrinsic implemented in the compiler's ninl.pas.</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>