VA FileMan V. 22.0 Getting Started HTML Manual Banner


 

Main Chapter Getting Started Manual Programmer Manual

VA FileMan Functions


MODULO

Format: Format: MODULO(n1,n2)
Parameters:

n1, n2 are numbers or numeric expressions.

n1 is the dividend.

n2 is the divisor.

Use: This mathematical function returns the remainder when n2 is divided into n1; it performs modulo division.
Example: MODULO(54,5)=> 4

 


Reviewed/Updated: March 4, 2007