Description
Modulo division.
Syntax
Mod ( d, v )
Arguments
d is a double
v is a double
Remarks
Divides one numeric expression by another numeric expression and returns the remainder. Note: MapBasic treats this as an operator.