Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
BACKSPACE Key (Editor) (m618503+bs.htm)
To backspace destructively over a text string. Synonym: CTRL+H.
BACKSPACE
Because BACKSPACE is a command in insert mode, you cannot type it into a text string by pressing BACKSPACE. To enter a backspace character (X'08'), use the H command to enter hexadecimal mode, then type in the literal string 08.