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

39 lines
1.2 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ngb058.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ngb3ef.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>CVD Convert String to Double-Precision</B>
<U>y#</U> = <B>CVD</B>(<U>8-byte-string</U>)
Converts an eight-byte string expression to a double-precision number.
----------------------------------------------------------------------
<B>Notes:</B> A double-precision real number must be converted to a
string (via MKD$) before being stored in a random access
file. To retrieve such a number, first assign it to a file
buffer field (with GET), then use CVD.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng127c8.html">GET (File I/O)</A>
<A HREF="ngb793.html">CVI</A>
<A HREF="ngb980.html">CVS</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>