[fpc-pascal] IntToStr implementation

2024-01-17 Thread Hairy Pixels via fpc-pascal
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! Regards, Ryan Joseph ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org htt

Re: [fpc-pascal] IntToStr implementation

2024-01-17 Thread Marco van de Voort via fpc-pascal
Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal: 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! Grep rtl/objpas/sysutils for it. sysstr.inc for the implementation syss

Re: [fpc-pascal] IntToStr implementation

2024-01-17 Thread Hairy Pixels via fpc-pascal
> On Jan 17, 2024, at 10:15 PM, Marco van de Voort via fpc-pascal > wrote: > > > Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal: >> 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

Re: [fpc-pascal] IntToStr implementation

2024-01-17 Thread Sven Barth via fpc-pascal
Hairy Pixels via fpc-pascal schrieb am Do., 18. Jan. 2024, 00:44: > > > > On Jan 17, 2024, at 10:15 PM, Marco van de Voort via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > > > Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal: > >> Can anyone show me where to find the In

[fpc-pascal] Trash variables (-gt) - Translation

2024-01-17 Thread LacaK via fpc-pascal
Hi *, I am translating "Trash variables" (from English to Slovak), but I can not find appropriate words. That's why I want to describe it in more words. Is this correct: "Initialize local variables with random values" ? Or better suggestion? Thanks -Laco. https://www.freepascal.org/docs-html/

Re: [fpc-pascal] Trash variables (-gt) - Translation

2024-01-17 Thread Michael Van Canneyt via fpc-pascal
On Thu, 18 Jan 2024, LacaK via fpc-pascal wrote: Hi *, I am translating "Trash variables" (from English to Slovak), but I can not find appropriate words. That's why I want to describe it in more words. Is this correct: "Initialize local variables with random values" ? Or better suggestion?