33 lines
966 B
HTML
33 lines
966 B
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng17947.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng17bbd.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>LET Assignment</B>
|
|
|
|
[<B>LET</B>] <U>variable</U> = <U>expression</U>
|
|
|
|
Assigns the value of an expression to a variable.
|
|
|
|
<U>variable</U> A valid variable name.
|
|
|
|
<U>expression</U> The value assigned to <U>variable</U>. <U>expression</U> and <U>variable</U>
|
|
must match in type.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> The keyword LET is optional.
|
|
</PRE>
|
|
<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>
|