Re: [fpc-pascal] Fwd: What to do to get new users

2024-10-17 Thread Stefan V. Pantazi via fpc-pascal
Hi all, Interesting discussion that was bound to happen at some point. As a long-time (+30 year) user of the language and many years of FreePascal and Lazarus, I did not mean to pile on too much, but it looks like I may. Sorry. From what I read so far, my views match well those of Nikolay and

Re: [fpc-pascal] Selecting Records with a variable

2020-12-20 Thread Stefan V. Pantazi via fpc-pascal
James, I remember going through some similar motions as you are. Looks like you are searching for a form of indexing your record fields. So many good suggestions, I had to join the fray and try something... My preferred approach would also be an ordinal type for the axes and a record variant, as al