Description:
This method adds a constant to the value of another field, storing the result in the current field.
Parameters:
|
[Required] |
Int64 |
"Constant value" |
|
|
[Required] |
Field |
"Field to add" |
|
|
[Optional] |
Int64 |
"Result Field Size" |
The default size is the length of the decoded field. This parameter is mainly used for overrides. |
Example:
FIELD new_count (Fixed 0) RETRIEVE (AddIntegerToField old_count 10) (Decimal) "New Count"