46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ngcf0a.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ngd5ea.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>DEFINT Define Variable(s) as Integer</B>
|
|
|
|
<B>DEFINT</B> <U>letter</U>[-<U>letter</U>] [,<U>letter</U> [-<U>letter</U>]]...
|
|
|
|
Declares one or more variables to be of type integer.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> All variable names beginning with any of the specified
|
|
letters (case-insensitive) will be integer, unless a type-
|
|
identifier character (#, !, or $) is used to override the
|
|
DEFINT declaration.
|
|
|
|
The DEFINT 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 DEFINT declaration by direction the
|
|
execution path around it.
|
|
|
|
DEFINT statements do not affect symbolic constants.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ngcf0a.html">DEFDBL</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>
|