39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ngb3ef.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ngb980.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>CVI Convert String to Integer</B>
|
|
|
|
<U>y%</U> = <B>CVI</B>(<U>2-byte-string</U>)
|
|
|
|
Converts a two-byte string expression to an integer.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> An integer must be converted to a string (via MKI$) before
|
|
being stored in a random access file. To retrieve it,
|
|
first assign it to a file buffer field (with GET), then
|
|
use CVI.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ngb1c8.html">CVD</A>
|
|
<A HREF="ngb980.html">CVS</A>
|
|
<A HREF="ng127c8.html">GET (File I/O)</A>
|
|
<A HREF="ng1bf7e.html">MKD$</A>
|
|
<A HREF="ng1c304.html">MKI$</A>
|
|
<A HREF="ng1c42b.html">MKS$</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>
|