46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng1b48a.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng1ba73.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>MID$ Substring in Middle Function</B>
|
||
|
|
||
|
<U>s$</U> = <B>MID$</B>(<U>stringexpr</U>,<U>n</U>[,<U>length</U>])
|
||
|
|
||
|
Returns a specified number of characters from a specified string,
|
||
|
beginning at a specified character position.
|
||
|
|
||
|
<U>stringexpr</U> A string expression.
|
||
|
|
||
|
<U>n</U> A numeric expression in the range 1 to 32767;, specifies
|
||
|
the character position from which the substring is to be
|
||
|
extracted.
|
||
|
|
||
|
<U>length</U> A numeric expression in the range 0 to 32767; specifies
|
||
|
the number of characters to return.
|
||
|
|
||
|
----------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> If length is omitted, MID$ returns all the characters in
|
||
|
the string beginning at character <U>n</U>.
|
||
|
|
||
|
MID$ may also be used as a statement.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ng17755.html">LEFT$</A>
|
||
|
<A HREF="ng1ba73.html">MID$ (Statement)</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>
|