DATABLOCK
Datablock is used to define additional constants, parameters and strings in a datablock grouped in records (rows) each with a number of elements (columns).
The values can be used in:
- Scripts with the function get_def() in USER_PRINT, USER_PUNCH, RATES, CALCULATE_VALUES.
- Inline variables for a counter
- Inline variables
Definition
DATABLOCK
name
value11 value12 ... value1n
value21 value22 ... value2n
.... ... ... ...
valuem1 valuem2 ... valuemn
Explanation
|
name |
txt |
Name of the datablock. |
|
value |
flt or txt |
Numerical (flt) or alphanumerical (str) values organized in rows and columns and delimited by spaces. The number of values on a single row can be different between rows. |