I believe the issue is that you are deleting the character, but you are not writing the set back to file within the case structure before reading the set from file again. If you look at the case where you add a character to the set, you see that you write it out again before you leave the case structure and read it again. I've attached a diagram to show what I mean, although I don't know exactly how you're handling your index control anymore since you got your character insertion code fixed.
When you get that working, would you mind posting your code again for
the benefit of others? The code you've developed so far is pretty cool.
Message Edited by VGA CD-ROM on
05-22-2008 10:38 AM