advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LET Statement Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [LET] variable = expression
 
 Usage Notes
   ■ The LET keyword is always optional. You can assign an expression to a
     variable with or without LET.
 
   ■ LET statements can be used with record variables only when both
     variables are the same user-defined type. Use the LSET statement to
     assign record variables of different user-defined types.
     See: LSET Statement  User-Defined Data Types