*BeginExpression()
Indicates the beginning of a user defined expression block.
Syntax
*BeginExpression (id, name)
Application
HyperView
Inputs
- id
 - The ID given to the user defined expression.
 - name
 - The label of the user defined expression.
 
Context
*BeginResultMath()
Example
*BeginExpression(“1”, “Pre-Stress”)
      Comments
A *BeginExpression() command may be placed inside a *BeginResultMath() block to capture the user created expressions using the GUI for a given result math analysis.