*stringwithcomments()

Outputs a string field name and string to the output file. The field name is written just above the string line.

Syntax

*stringwithcomments (field_name, string)

Type

HyperMesh Template Command

Description

Outputs a string field name and string to the output file. The field name is written just above the string line.

Inputs

field_name
A string of characters. If the string contains a space, an asterisk, or a comma, the string must be enclosed by double quotes. If the string name length is less than the width, spaces are appended after the string. If the string name length is more than the width, the name is truncated such that the length is equal to width.
string
A string of characters. If the string contains a space, an asterisk, or a comma, the string must be enclosed by double quotes.

Example

To write the string field "My field" with the string "My string":

*stringwithcomments("My field","My string")

Version History

2020