Re: [fpc-pascal] operator := in mode delphi?

2023-10-25 Thread Martin Frb via fpc-pascal
Thanks, but that isn't the part of the answer I was looking for I was looking for a global operaton := That could be used for an array (rather than just record/class). But according to the docs that I found that is not possible On 24/10/2023 23:51, Sven Barth via fpc-pascal wrote: Martin

Re: [fpc-pascal] operator := in mode delphi?

2023-10-25 Thread Sven Barth via fpc-pascal
Martin Frb via fpc-pascal schrieb am Mi., 25. Okt. 2023, 21:38: > Thanks, but that isn't the part of the answer I was looking for > > I was looking for a global operaton := > > That could be used for an array (rather than just record/class). > > But according to the docs that I found that is