FLUSH parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:FLUSH parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 14: 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.