*systems()
Starts a systems block.
Syntax
*systems ()
Type
HyperMesh Template Command
Description
Starts a systems block.
This command must be accompanied by an *output() command at the end of the block.
Example
To write out all systems with the format:
*system(id,type)
*systems()
*format()
*string("*system(")
*field(integer,id,0)
*string(",")
*field(integer,type,0)
*string(")")
*end()
*output()