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="ng175c1.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng17947.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>LEFT$ Substring at Left</B>
|
||
|
|
||
|
<U>s$</U> = <B>LEFT$</B>(<U>stringexpr</U>,<U>n</U>)
|
||
|
|
||
|
Returns the leftmost <U>n</U> characters of a string.
|
||
|
|
||
|
<U>stringexpr</U> A string expression.
|
||
|
|
||
|
<U>n</U> A numeric expression in the range 0 to 32767.
|
||
|
|
||
|
----------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> If <U>n</U> is larger than LEN(<U>stringepxr</U>), LEFT$ returns the
|
||
|
entire string.
|
||
|
|
||
|
If <U>n</U> is 0, LEFT$ returns a null string.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ng1b754.html">MID$ (Function)</A>
|
||
|
<A HREF="ng2b724.html">RIGHT$</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>
|