Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting one character from text file

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
So I have a functionally which recursively reads through a tree and makes a text file (converting an XML tree to a properly indented XML file).

I have one special case in which I want to go back and delete one character.

I tried sending chr(8) but that just gives me a ^H... is this possible? Or am I going to need to do this within a buffer?

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top