This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Deletes characters from text files

¿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?

Parents
  • 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.

Reply
  • 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.

Children
No data