10.16.11 Div
Div returns the number of times that an integer constant or field divides into another integer constant or field.
The result is an integer.
Input Parameters
By - divide by this number to obtain the result.
Example
#myIntField := 5
#myIntField.Div( 3 )
yields the integer value 1.
Ý 10.16 Integer Intrinsic Functions