37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng1c568.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng1c816.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>MOD Modulo Arithmetic Operator</B>
|
|
|
|
<B>exp1 MOD exp2</B>
|
|
|
|
The MOD operator performs modulo arithmetic. That is, it performs an
|
|
integer division on its two operands (see \) and returns the
|
|
remainder. The result is an integer.
|
|
|
|
<U>exp1</U>,<U>exp2</U> Any numeric expression.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng4642.html">^^</A>
|
|
<A HREF="ng2ac8.html">-</A>
|
|
<A HREF="ng267b.html">*</A>
|
|
<A HREF="ng2d59.html">/</A>
|
|
<A HREF="ng447e.html">\</A>
|
|
<A HREF="ng282a.html">+</A>
|
|
<A HREF="ng34f34.html">Precedence</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|