*ignorecomment()

Sets the characters of strings which are ignored as comment lines.

Syntax

*ignorecomment ("comment_string")

Type

HyperMesh Template Command

Description

Sets the characters of lines which are ignored as comment lines. These strings are then ignored 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, etc...) except "**HM_UNSUPPORTED_CARDS_START":

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

Version History

11.0.101