Help With Strcat
Posted: Wed Jun 02, 2004 11:00 pm
Hi i am using strcat to Append one string to another. it then puts the result into a buffer. I would like to be able to delete a character at the end of the buffer when the backspace key is pressed. ie press backspace, the cursor moves back one char and the last char in the buffer is removed from the buffer.
is there a function that does the opposite to strcat ie instead of adding a string to a string, one that deletes one char from a string?
please help
thanks,
ed.
is there a function that does the opposite to strcat ie instead of adding a string to a string, one that deletes one char from a string?
please help
thanks,
ed.