Programming Reference Manual
Let
Syntax
[Let]
var
=
expr
Description
Assign the value of
expr
to
var
. The keyword Let is optional.
See Also
Example
Sub
Main
Let
X = 1
X = X*2
Debug
.
Print
X
' 2
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Assignment
Erase
Let
LSet
RSet
Set
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator