CALCULATE_VALUES
CALCULATE_VALUES allows for definition of scripts that can be used during execution.
HPx has additional identifiers to CALCULATE_VALUES to :
- define the functionality of the script (-state)
- indicate the scripting language of the scripts (-mybasic).
Definition
CALCULATED_VALUES
name
statements
Explanation
|
name |
txt |
Name of the script. For the default use of CALCULATE_VALUES, the name is used to retrieve the outcome of the function with the script function calc_value(). |
|
statements |
txt |
Multiline text block containing valid script statements and functions. |