Re: [fpc-pascal] Directory Tree

2021-04-21 Thread Jean SUZINEAU via fpc-pascal
Another way of seeing is to generate and odt file with the generated text. You get a slightly better rendering because I could define Courier New as default font in the new template: FileVirtualTree_txt_to_odt.odt From the OpenOffice "File" menu, you can generate a pdf file. There is a way to

Re: [fpc-pascal] Directory Tree

2021-04-21 Thread Jean SUZINEAU via fpc-pascal
Le 18/04/2021 à 17:22, James Richters via fpc-pascal a écrit : RE: [fpc-pascal] Directory Tree I figured out how to make a pdf file, but I don’t know how to implement it… if we can just have a button to print result.txt… then I could just change the printer to Microsoft Print to PDF which is i

Re: [fpc-pascal] Generic constants with generic type

2021-04-21 Thread Sven Barth via fpc-pascal
Am 21.04.2021 um 17:59 schrieb Andrey Zubarev via fpc-pascal: Ok. Thanks! For this already there is a bug report? to notice when it will work? Best keep an eye on this one and then test again once it's solved: https://bugs.freepascal.org/view.php?id=25678 Regards, Sven __

Re: [fpc-pascal] Generic constants with generic type

2021-04-21 Thread Andrey Zubarev via fpc-pascal
Ok. Thanks! For this already there is a bug report? to notice when it will work? On Wed, Apr 21, 2021 at 2:12 PM Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Andrey Zubarev via fpc-pascal schrieb > am Mi., 21. Apr. 2021, 09:23: > >> Hi all! >> With the existing syntax of

Re: [fpc-pascal] Generic constants with generic type

2021-04-21 Thread Sven Barth via fpc-pascal
Andrey Zubarev via fpc-pascal schrieb am Mi., 21. Apr. 2021, 09:23: > Hi all! > With the existing syntax of constants, it is good to pass array > boundaries, but bad to initial parameter values. What do you think about > such constructs: > > GTValue=... > It is currently simply not possible to r