Part of a program I'm working on needs to be able to delete a line from a simple text file. My program reads the text file and displays a list of items. I want to be able to select an item and click a delete button and it deletes the item from the text file. I could not find any functions in the help file such as filedeleteline (kind of like filewriteline). The only way I can make it work is to do a loop and read each line and write it to a secondary file until you get to the line you want to r