Archive for April 24th, 2006

Monday, April 24th, 2006

Collection package: MGArrayList

One area that is sorely missing in IDL’s library is more flexible collections. Sure, arrays are extremely powerful in IDL and we should try to use them whenever possible. But sometimes arrays are just not the right tool for the job. There are two main cases which arrays don’t handle well:

Arrays can’t have zero elements.
Adding [...]

No Comments » - Posted in IDL, Objects by Michael Galloy