The Add_Value_Statistics procedure adds a new value to the Statistics object.
Calling syntax:
call Add_Value (Statistics, Value) |
Input variables:
Statistics | The Statistics object to be modified. | ||
Value | Value to be added to Statistics object. |
Output variables:
Statistics | The modified Statistics object. |
Internal variables:
N | Real version of PE_Count. |
The Add_Value_Statistics code listing contains additional documentation.
Michael L. Hall