The Get_Values_Mathematic_Vector procedure accesses the values from a Mathematic Vector.
Calling syntax:
| Values = MV | or |
| call Get_Values (Values, MV) |
Input variable:
| Values | The bare naked vector of values from the Mathematic_Vector object. Values must be the same size as the Mathematic_Vector. |
Input/Output variable:
| MV | The Mathematic_Vector object to be accessed. |
The Get_Values_Mathematic_Vector code listing contains additional documentation.
Michael L. Hall