LITBL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(8 intermediate revisions by 4 users not shown)
Line 3: Line 3:
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>0
<dd>8 (as of version 7.7) <br />
0 (in version 7.6 or earlier)
<dt>Parameter type
<dt>Parameter type
<dd>Utable
<dd>Utable
<dt>Where set
<dt>Where set
<dd>On user's parameter line or reset by UTABLE command
<dd>On user's parameter line or reset by <var>[[UTABLE_command|UTABLE]]</var> command
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.2</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The size of ITBL in bytes</p>
<p>
<p>ITBL is used to store dummy string and $READ responses entered on INCLUDE lines. LITBL can range from 0 to 32760.   </p>
<var>LITBL</var> specifies the size of [[Large request considerations#ITBL (dummy string and $READ response table)|ITBL]] in bytes.</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>
<p>The minimum value of <var>LITBL</var> is 8 (as of version 7.7). (In version 7.6 or earlier, the minimum is 0.)</p>
<p>The <var>LITBL</var> value is rounded up to a multiple of 8, with a maximum value of 32760.</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]]

Latest revision as of 19:23, 23 June 2016

Length of ITBL

Summary

Default value
8 (as of version 7.7)
0 (in version 7.6 or earlier)
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.

The minimum value of LITBL is 8 (as of version 7.7). (In version 7.6 or earlier, the minimum is 0.)

The LITBL value is rounded up to a multiple of 8, with a maximum value of 32760.

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