*DELCHR (KEYIN and DISPLAY)
ANSI
*DELCHR={column}:{row}
This list control deletes the character at the current cursor position. It then shifts all characters in the window through horizontal position {column} and vertical position {row} to the left one position, overstoring the deleted character space. A blank is inserted at the coordinates indicated by {column}:{row} and any lines within the specified range wrap within the window.
{column} must be separated from *DELCHR by an equal sign (=) and {row} must be separated from {column} by a colon (:).
See Also: List Controls (KEYIN and DISPLAY), List Controls (KEYIN), DISPLAY, KEYIN
![]() |