FLUSH parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 15: Line 15:
==Description==
==Description==
<p>The symbol for line deletion, used in editing      </p>
<p>The symbol for line deletion, used in editing      </p>
<p>When the FLUSH character is encountered, everything between the beginning of the physical line and the FLUSH character is deleted. Entry of data can continue to the right of the FLUSH character. The use of FLUSH is controlled by the EDIT parameter. </p>
<p>When the FLUSH character is encountered, everything between the beginning of the physical line and the FLUSH character is deleted. Entry of data can continue to the right of the FLUSH character. The use of FLUSH is controlled by the <var>[[EDIT_parameter|EDIT]]</var> parameter. </p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:06, 27 October 2014

Erase-line symbol

Summary

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

Description

The symbol for line deletion, used in editing

When the FLUSH character is encountered, everything between the beginning of the physical line and the FLUSH character is deleted. Entry of data can continue to the right of the FLUSH character. The use of FLUSH is controlled by the EDIT parameter.