COMSTART parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
Line 14: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>COMSTART specifies two characters that signify the beginning of a block of comments.</p> | <p><var>COMSTART</var> specifies two characters that signify the beginning of a block of comments.</p> | ||
<p>If you want to change the COMSTART parameter from the default, /?, to /*, issues the following command: </p> | <p>If you want to change the <var>COMSTART</var> parameter from the default, /?, to /*, issues the following command: </p> | ||
<p class="code">RESET COMSTART C'/*' | <p class="code">RESET COMSTART C'/*' | ||
</p> | </p> | ||
<p>If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using COMEND and COMSTART, resetting the values to /* and */, and handling dummy strings, see the<var> Rocket Model 204 User Language Manual, Part I-II</var> in the section about commenting your code.</p> | <p>If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using <var>[[COMEND parameter|COMEND]]</var> and <var>COMSTART</var>, resetting the values to /* and */, and handling dummy strings, see the<var> Rocket Model 204 User Language Manual, Part I-II</var> in the section about commenting your code.</p> | ||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 03:37, 25 June 2014
Start of comment block
Summary
- Default value
- /?
- Parameter type
- User
- Where set
- On user's parameter line
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
COMSTART specifies two characters that signify the beginning of a block of comments.
If you want to change the COMSTART parameter from the default, /?, to /*, issues the following command:
RESET COMSTART C'/*'
If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using COMEND and COMSTART, resetting the values to /* and */, and handling dummy strings, see the Rocket Model 204 User Language Manual, Part I-II in the section about commenting your code.