From: woodyee Date: 2007-11-28T23:40:01+09:00 Subject: Deleting Text From a File Hi! I had to manually remove decimals and tildes from a text file. How could I have done this via programming? I googled this but didn't really find anything, just stuff on removing spaces. Basically, I'd like to be able to search a file and remove certain items (ex - all decimals and tildes). Thanks!