ERASE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 16: Line 16:
<p>The symbol for character deletion used in editing</p>
<p>The symbol for character deletion used in editing</p>
<p>A character, decimal, or hexadecimal EBCDIC character code should be used to indicate the value of the parameter. For certain terminals, it is convenient to set ERASE to 109, which is the decimal representation of the code transmitted by the backspace key. </p>
<p>A character, decimal, or hexadecimal EBCDIC character code should be used to indicate the value of the parameter. For certain terminals, it is convenient to set ERASE to 109, which is the decimal representation of the code transmitted by the backspace key. </p>
<p>The use of ERASE is controlled by the EDIT parameter.</p>
<p>The use of ERASE is controlled by the <var>[[EDIT_parameter|EDIT]]</var> parameter.</p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:53, 20 October 2014

Erase-character symbol

Summary

Default value
C'@' (124)
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The symbol for character deletion used in editing

A character, decimal, or hexadecimal EBCDIC character code should be used to indicate the value of the parameter. For certain terminals, it is convenient to set ERASE to 109, which is the decimal representation of the code transmitted by the backspace key.

The use of ERASE is controlled by the EDIT parameter.