Microsoft® Visual Basic® Scripting Edition Mod Operator |
| Language Reference |
|
Used to divide two numbers and return only the remainder.
result = number1 Mod number2The Mod operator syntax has these parts:
Part Description result Any numeric variable. number1 Any numeric expression. number2 Any numeric expression.
The modulus, or remainder, operator divides number1 by number2 (rounding floating-point numbers to integers) and returns only the remainder as result. For example, in the following expression, A (which is result) equals 5.
If any expression is Null, result is also Null. Any expression that is Empty is treated as 0.A = 19 Mod 6.7
file: /Techref/language/asp/vbs/vbscript/311.htm, 2KB, , updated: 2005/8/2 10:07, local time: 2024/11/8 19:45,
3.140.195.249:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/language/asp/vbs/vbscript/311.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.