33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng2f914.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng2fea2.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>STRING$ String of Specified Length and Character</B>
|
||
|
|
||
|
<U>s$</U> = <B>STRING$</B>(<U>m</U>,<U>n</U>) or <U>s$</U> = <B>STRING$</B>(<U>m</U>,<U>stringexpr</U>)
|
||
|
|
||
|
Returns a string of specified length, whose characters all have the
|
||
|
same specified ASCII value.
|
||
|
|
||
|
<U>m</U> A numeric expression; specifies the length of the string.
|
||
|
|
||
|
<U>n</U> A numeric expression in the range 0 to 255; specifies the
|
||
|
ASCII value of the character to be returned <U>m</U> times.
|
||
|
|
||
|
<U>stringexpr</U> A string expression. STRING$(<U>m</U>,<U>stringexpr</U>) returns the
|
||
|
first character of <U>stringexpr</U> <U>m</U> times.
|
||
|
</PRE>
|
||
|
<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>
|