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 11:07, local time: 2025/3/25 11:51,
18.97.14.86:LOG IN
|
©2025 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://www.piclist.com/techref/language/asp/vbs/vbscript/311.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.