FB StringList v.0.1
This is a FreeBsic implementation of a StringList similiar to the Delphi/FP TStringList class. The StringList manages a list of strings, allowing you to load and save strings, move strings around and sort strings.
You can grab it on my Skydrive:
stringlistv01The package includes the bi file, manual and example programs. I haven't tested this a whole lot, so it is strongly recommended that you compile this with -exx until you feel confident it is working properly.
I have some ideas of things to add to this, but it has enough functionality now to be useful. Any feedback is appreciated, especially if it breaks.