TABSP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:TABSP parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<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 spacing for the TAB entry</p>
<p>The spacing for the TAB entry</p>
<p>TABSP, which is used in a PRINT statement or in headers and trailers, causes further printing to begin at the next tab stop. Tab stops are set to column 1, 1 + TABSP, 1 + 2 * TABSP, and so on.  </p>
<p>TABSP, which is used in a [[Report_generation#PRINT_statement|PRINT]] statement or in headers and trailers, causes further printing to begin at the next tab stop. Tab stops are set to column 1, 1 + TABSP, 1 + 2 * TABSP, and so on.  </p>
[[Category:User Parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 08:46, 26 September 2017

Tab spacing

Summary

Default value
10
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

The spacing for the TAB entry

TABSP, which is used in a PRINT statement or in headers and trailers, causes further printing to begin at the next tab stop. Tab stops are set to column 1, 1 + TABSP, 1 + 2 * TABSP, and so on.