TStringList - please test

BlitzMax Forums/BlitzMax Programming/TStringList - please test

Perturbatio(Posted 2005) [#1]
I've just finished creating a StringList type, it is a list specifically for handling strings and so is faster (or at least as fast) because of it (and uses less memory).

I want to know if I've ironed out all the bugs, so would appreciate people messing around with it and testing it.

Most of the functionality will be much like a normal TList (AddLast, AddFirst, etc), it has no custom Eachin Enumerator (not entirely sure how I would implement it), but you should be able to do Eachin on the Items field and just check that the item is not null.