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

46 lines
1.6 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ngcd1a.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ngd283.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>DEFDBL Define Variable(s) as Double Precision</B>
<B>DEFDBL</B> <U>letter</U>[-<U>letter</U>] [,<U>letter</U> [-<U>letter</U>]]...
Declares one or more variables to be double precision.
----------------------------------------------------------------------
<B>Notes:</B> All variable names beginning with any of the specified
letters (case-insensitive) will be double precision,
unless a type-identifier character (%, !, or $) is used to
override the DEFDBL declaration.
The DEFDBL declaration must be read by the compiler before
any statements in which the declared variables are
assigned or used. The compiler reads from beginning to
end, without regard for execution path.
You cannot avoid a DEFDBL declaration by direction the
execution path around it.
DEFDBL statements do not affect symbolic constants.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ngd283.html">DEFINT</A>
<A HREF="ngd5ea.html">DEFSNG</A>
<A HREF="ngd96b.html">DEFSTR</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>