DivideInteger

Description:

This method divides the current field value by an integer 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]

Int64

"Constant value to divide by"


Example:

Field quotient (Fixed 2) RETRIEVE (DivideInteger 16) (Decimal) "Result"