*parameters()

Starts a parameters block.

Syntax

*parameters (card_image_name)

Type

HyperMesh Template Command

Description

Starts a parameters block.

This command must be accompanied by an *output() command at the end of the block

Inputs

card_image_name
A 32-character string enclosed in double quotes that defines the card image name of the parameter. If specified as double quotes "", all parameters are considered for the block.

Example

To write out all parameters with the format:

*parameters(id,"name")

*parameters("")
  *format()
    *string("*parameters(")
    *field(integer,id,0)
    *string(",")
    *field(quotedstring,name,0)
    *string(")")
    *end()
*output()

Version History

14.0