*cards()
Starts a Control Card output block.
Syntax
*cards (card name)
Type
HyperMesh Template Command
Inputs
- card name
- The name of the card to output.
Example
To output the CTRL_TITLE card the following commands may be used:
*cards("CTRL_TITLE")
 *format()
  *string("TITLE / ")
  *string(" ")
  *fieldleft(string,$TITLE_VAL,48)
*end()
*output()Requires a *output() at the end of the block.