[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.8.4 Deleting Text

2EF82 CMD_DEL ( → )
Deletes next char in Editor. Same as LS+DEL. If you hold down BS while this entry is executed, the HP49G will think you have pressed the key and want to repeat it.
2EF81 CMD_DROP ( → )
Backspace in Editor. Deletes char before cursor. Same as BS key. If you hold down BS while this entry is executed, the HP49G will think you have pressed the key and want to repeat it.
2EF95 DEL_CMD ( → )
Clears the entire EditLine.
2EEE7 InitEdLine ( → )
:: DEL_CMD ;
2F2F0 DO<Del ( → )
Deletes left to beginning of word. Same as the ↓DEL button in the editor TOOL menu.
2F2F1 DO>Del ( → )
Deletes right to beginning of next word, Same as the DEL→ button in the editor TOOL menu.
2F2F9 DODEL.L ( → )
Deletes all chars in the current line. If the line is already empty, delete the NEWLINE. Same as the DEL.L button in the editor TOOL menu.
2F2DD DoFarBS ( → )
Deletes to beginning of line. Same as the RS+↓DEL in the editor TOOL menu.
2F2DE DoFarDel ( → )
Deletes to end of line. Same as RS+Del→ in the editor TOOL menu.



This document was generated by Carsten Dominik on May, 30 2005 using texi2html