I need the function to divide 2 numbers and retrieve the 'rest' value.
an example:
24 / 6 = 4 -> so the 'rest' value is 0
24 / 5 = 4.8 -> so the 'rest' value is 0,8
Is there a function in vbscript that retrieves automatically the 'rest' value?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.