COMSTART parameter: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 | <dd><var class="product">Model 204 V4.2</var> | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p><var>COMSTART</var> 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> |
Revision as of 09:08, 14 October 2014
Start of comment block
Summary
- Default value
- /?
- Parameter type
- User
- Where set
- On user's parameter line
- Related products
- All
- Introduced
- Model 204 V4.2
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.