¿I can delete specific characters of a text file? for example, i have a file text with "123456". I'd like delete the number '3' only. ¿what function can i use?
I always use the function fdeletecharatposition3fromfile() to do this.
Remember to include the library deletecharfromfile.lib. It has a lot of separate functions to delete specific characters from specific positions for files of a specific length. Be warned, it's a very large library because there are a lot of combinations it has to cope with.