Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Sven Barth
Am 12.10.2011 14:16, schrieb Leonardo M. Ramé: From: Sven Barth To: fpc-pascal@lists.freepascal.org Sent: Wednesday, October 12, 2011 9:12 AM Subject: Re: [fpc-pascal] List of Integer/Double etc Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: Hi, I'm wond

Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Leonardo M . Ramé
> >From: Sven Barth >To: fpc-pascal@lists.freepascal.org >Sent: Wednesday, October 12, 2011 9:12 AM >Subject: Re: [fpc-pascal] List of Integer/Double etc > >Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: >> Hi, I'm wondering

Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Sven Barth
Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: Hi, I'm wondering if the rtl or a standard package includes classes for handling lists of Integer, Double, and other types. Similar to TStringList, but for numerical types. Using generics this is easy: === source begin === uses fgl; type TIn