I've got groups of data to save under user chosen names, I have managed to save it using ini object in groups with values etc. Then using a combo box loading a list file of all the different saved files that can be selected to select the groups and then values retaing to those groups in the Ini object.. the only problem I have is in creating the list file. Iv'e figured out that it needs to be simply a list with a new line for each object on the list but i can't figure out how to create the list, I want it so that when the person types in the title and hits save, it saves it all in ini (sorted that) and also adds the title to a list, i can't figure out how to do that, is there an object that i can use to write a simple list file?