LITBL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Clean up and add class="code" to messages)
m (add link)
Line 15: Line 15:


==Description==
==Description==
<p><var>LITBL</var> specifies the size of ITBL in bytes.</p>
<p>
<p><var>LITBL</var> is used to store dummy string and <var>[[$Read]]</var> responses entered on <var>[[INCLUDE command|INCLUDE]]</var> lines.</p>
<var>LITBL</var> specifies the size of ITBL in bytes.</p>
<p><var>LITBL</var> can range from 0 to 32760 and will be rounded up to a multiple of 8.</p>
<p>
<p>Verification messages may be issued:</P>
<var>LITBL</var> is used to store dummy string and <var>[[$Read]]</var> responses entered on <var>[[INCLUDE command|INCLUDE]]</var> lines.</p>
<p class="code">M204.0102: LITBL reset clears stacked arguments<br>M204.1076: Do you really want to CONTINUE</p>
<p>
<var>LITBL</var> can range from 0 to 32760, and its value is rounded up to a multiple of 8.</p>
<p>
Verification messages may be issued if you are decreasing the size of ITBL and data will be lost (see [[UTABLE command]] for a discussion of changing the size of parameters controlled by the <var>UTABLE</var> command):</p>
<p class="code">M204.0102: LITBL reset clears stacked arguments
M204.1076: Do you really want to CONTINUE</p>


[[Category:Utable parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 20:51, 20 February 2015

Length of ITBL

Summary

Default value
0
Parameter type
Utable
Where set
On user's parameter line or reset by UTABLE command
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

LITBL specifies the size of ITBL in bytes.

LITBL is used to store dummy string and $Read responses entered on INCLUDE lines.

LITBL can range from 0 to 32760, and its value is rounded up to a multiple of 8.

Verification messages may be issued if you are decreasing the size of ITBL and data will be lost (see UTABLE command for a discussion of changing the size of parameters controlled by the UTABLE command):

M204.0102: LITBL reset clears stacked arguments M204.1076: Do you really want to CONTINUE