Dennis-Bendert Schramm wrote:
> Thanks to the both of you. I'll take a look at TList.
>
> Greetings,
>
> Dennis Schramm
Ultimately, a class is probably the way to go. But the Objects Unit has
some older style dynamic contructs. There is the base tCollection, with
tStringCollection tStrCollection and tUnSortedStrCollection.
For Delphi programmers, classes are a given. For basic pascal
programmers the objects unit might be easier.