jeffy665
Newbie level 4
- Joined
- Aug 10, 2012
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,322
How to delete a characters from an array buffer for example I have an array buffer of length 14 it can store this string "?01SRR00080065" but i want to store a size of 8 character buffer IE "?01SRW68" when i run the program i am getting "?01SRW68080065" this output that means overwriting to the previous string,how can I get an output as"?01SRW68" in the same buffer of 14 size.I am doing an Embedded application in that the serial port receive these strings.