39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng2b513.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng2b8f2.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>RIGHT$ Substring at Right</B>
|
|
|
|
<B>RIGHT$(</B><U>strexpr</U>,<U>n</U>)
|
|
|
|
Returns the rightmost <U>n</U> characters of a string.
|
|
|
|
<U>strexpr</U> A string expression.
|
|
|
|
<U>n</U> A numeric expression.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> If <U>n</U> is larger than LEN(<U>strexpr</U>), RIGHT$ returns all of
|
|
<U>strexpr</U>.
|
|
|
|
If <U>n</U> is 0, RIGHT$ returns a null string.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng17755.html">LEFT$</A>
|
|
<A HREF="ng1b754.html">MID$ (Function)</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>
|