dos_compilers/Microsoft QuickBASIC v3/manual/ng2bce4.html
2024-07-01 13:00:14 -07:00

40 lines
1.3 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng2ba71.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng2bf9a.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>RSET Right-Justify Data in Field Variable</B>
<B>RSET</B> <U>fieldvar</U> = <U>strexpr</U>
Right-justifies string data in a specified field of the random buffer,
in preparation for a PUT statement. Or right-justifies string data in
an ordinary string variable.
<U>fieldvar</U> A variable defined in a FIELD statement; specifies the
variable into which <U>strexpr</U> is to be right-justified.
<U>strexpr</U> A string expression.
----------------------------------------------------------------------
<B>Notes:</B> If LEN(<U>strexpr</U>) is less than LEN(<U>fieldvar</U>), then <U>fieldvar</U>
is padded on the left with space characters.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng1b48a.html">LSET</A>
<A HREF="ng298af.html">PUT (File I/O)</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>