jatin_sanghi
9th September 2004, 07:22
Hi gurus,
I have to put a modulus function in my script to get the remainder of division of two integers.

for eg. - 16 mod 8 = 0 ; 17 mod 7 = 3

Do we have something in baan to get the similar results or do i need to work around for something else.

Please, help me out in this case.

Thanx in advance...

With all regards,
Jatin Sanghi

SriksAdi
9th September 2004, 08:21
Hi,
Use the operator '\' (reverse slash)

regards
Sriks