LITBL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (Add rounding to 8. Add the message you will sometimes get when changing from 0 to a larger number. (But why does that only seem to happen when increasing and not decreasing?))
Line 16: Line 16:
==Description==
==Description==
<p><var>LITBL</var> specifies the size of ITBL in bytes.</p>
<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. <var>LITBL</var> can range from 0 to 32760.</p>
ITBL is used to store dummy string and <var>[[$Read]]</var> responses entered on <var>[[INCLUDE command|INCLUDE]]</var> lines. <var>LITBL</var> can range from 0 to 32760.   </p>
<p><var>LITBL</var> will be rounded up to a multiple of 8 bytes.</p>
<p>Messages:
M204.0102: LITBL reset clears stacked arguments<br>
M204.1076: Do you really want to CONTINUE<br>
may be issued.</p>


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

Revision as of 00:48, 19 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.

LITBL will be rounded up to a multiple of 8 bytes.

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