Description:
This method divides the value of another field by a constant, storing the result in the current field. An error will be displayed and a result of -1 returned if the divisor is zero.
Parameters:
|
[Required] |
Field |
"Field" |
|
|
[Required] |
Int64 |
"Constant value to divide by" |
|
Example:
Field quotient (Fixed 2) RETRIEVE (DivideFieldByInteger dividend 8) (Decimal) "Result"