Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
LET Statement (DataBasic) (m618703+let_s.htm)
Assigns a value to a variable.
{LET }variable = expression
variable is the name of the variable where the result of expression is to be stored.
expression is any valid DataBasic expression or any string, substring, or value; expressed as a variable name, a value, or a string enclosed in quotes.
expression is evaluated and the result is stored in variable.
The debugger displays a runtime error message if a variable is referenced before it has been assigned a value.