AddFieldToInteger

Description:

This method adds the value of another field to a constant, storing the result in the current field.

Parameters:

[Required]

Field

"Field"


[Required]

Int64

"Constant value 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 increment_points (Fixed 0) RETRIEVE (AddFieldToInteger num_points 32) (Decimal) "Number of Points"