50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng354c1.html">[<<Previous Entry]</A>
|
|
<A HREF="ng34ce6.html">[^^Up^^]</A>
|
|
<A HREF="ng3593a.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>+ Addition and Concatenation</B>
|
|
|
|
<B>Addition</B>
|
|
|
|
<B>exp1 + exp2</B>
|
|
|
|
The + operator performs addition. If the expression involves operands
|
|
of more than one precision, all operands are converted to the same
|
|
level--that of the highest-precision operand in the expression--before
|
|
the expression is evaluated.
|
|
|
|
<B>exp1</B>,<B>exp2</B> Any numeric expression.
|
|
|
|
|
|
<B>Concatenation</B>
|
|
|
|
<B>str1 + str2</B>
|
|
|
|
The + operator also performs concatenation on string expressions. The
|
|
result is a string composed of <U>str1</U> followed by <U>str2</U>.
|
|
|
|
<B>str1</B>,<B>str2</B> Any string expression.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng35173.html">^^</A>
|
|
<A HREF="ng3593a.html">-</A>
|
|
<A HREF="ng3531b.html">*</A>
|
|
<A HREF="ng354c1.html">/</A>
|
|
<A HREF="ng35bc6.html">\</A>
|
|
<A HREF="ng35d81.html">MOD</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>
|