ERASE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 16: Line 16:
<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 EDIT parameter.</p>
[[Category:User Parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 02:05, 23 April 2013

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.