![]() |
Delete and Backspace | 17 Oct 2009
What is the difference between Delete and Backspace in standard editors with respect to cursor.
|
Re: Delete and Backspace | 17 Oct 2009
with delete it will remove letter right side of cursor
and with backspace it will remove letter left side of cursor |
Re: Delete and Backspace | 17 Oct 2009
delete - remove next character.
backspace - remove previous character. |
Re: Delete and Backspace | 17 Oct 2009
the difference with respect to cursor will be that
in backspace, (the previous character is removed and) the cursor is shifted 1 character(unit) on the left in delete, the cursor stays there itself (and the character to the right is deleted) |
Re: Delete and Backspace | 17 Oct 2009
Quote:
|
Re: Delete and Backspace | 17 Oct 2009
Congratz nimesh :)
|
| All times are GMT +5.5. The time now is 05:46. |