====== Mod ====== Mod(, ) The function returns the remainder of an integer division ("modulo" operation). **Parameters** |< 100% 15% >| |value1|The dividend.| |value2|The divisor.| **Examples** MsgBox(Mod(5, 2)) # --> 1