*addcomment()

Sets the characters of strings which are considered comment lines.

Syntax

*addcomment ("comment_string")

Type

HyperMesh Template Command

Description

Sets the characters of lines which are considered comment lines. These strings are then used for export/do not export of comments.

Inputs

comment_string
The complete string or the starting characters of the string.

Example

To add as comment lines that start with "**H" (**HWCOLOR COMP, **HMNAME, and so on) except "**HM_UNSUPPORTED_CARDS_START":

*addcomment("**H")
*ignorecomment("**HM_UNSUPPORTED_CARDS_START")

Version History

11.0.101